File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11'''
2- This example should give a simple overview on how to use the Pyghthouse.
2+ This example should give a simple overview on how to use Pyghthouse.
33
44A generel orientation of what you need:
55- Import of pyghthouse
66- Creating an instance of Pyghthouse
77- Start Pyghthouse routine
8- - Sending images with either a given function or set_image
9- - Stop Pyghthouse routine (not needed but recommend )
8+ - Sending images with either a given callback function or by set_image
9+ - Stop Pyghthouse routine (not needed but recommended )
1010
1111More examples can be found in the examples folder.
1212'''
1313
14- # Optional: This condition only executes if run as a skript .
14+ # Optional: This condition only executes if run as a script .
1515# Importing this program won't execute this block.
1616if __name__ == '__main__' :
17+
1718 from pyghthouse import Pyghthouse
1819 import pyghthouse .utils as utils
1920 from examples .config import UNAME , TOKEN
You can’t perform that action at this time.
0 commit comments