Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 10a4625

Browse filesBrowse files
committed
Add screenshot ex. to tools/run_examples.py and update requirements.txt
1 parent 5b64d4b commit 10a4625
Copy full SHA for 10a4625

File tree

Expand file treeCollapse file tree

3 files changed

+3
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

3 files changed

+3
-1
lines changed
Open diff view settings
Collapse file

‎examples/screenshot.py‎

Copy file name to clipboardExpand all lines: examples/screenshot.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
so that screenshot includes whole page with height like 5000px
1515
which would be an equivalent of scrolling down multiple pages.
1616
By default when no arguments are provided will load cefpython
17-
project page on Github with 5000 px height.
17+
project page on Github with 5000px height.
1818
1919
Usage:
2020
python screenshot.py
Collapse file

‎tools/requirements.txt‎

Copy file name to clipboardExpand all lines: tools/requirements.txt
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ Cython == 0.25.2
22
docopt >= 0.6.2
33
setuptools
44
wheel
5+
Pillow
Collapse file

‎tools/run_examples.py‎

Copy file name to clipboardExpand all lines: tools/run_examples.py
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ def main():
3737
examples = list()
3838
examples.append("hello_world.py")
3939
examples.append("tutorial.py")
40+
examples.append("screenshot.py")
4041
succeeded = list()
4142
failed = list()
4243
passed = list()

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.