File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ A Python module and command-line tool that generates a
44
55![ Example] ( examples/python.gif )
66
7+ [ Example video with sound] ( https://github.com/n0spaces/get-stick-bugged-lol/raw/master/examples/python.mp4 )
8+
79This script uses [ pylsd-nova] ( https://github.com/AndranikSargsyan/pylsd-nova ) to detect line segments in the image,
810Pillow to draw the lines as they move to form the stick bug, and MoviePy to create the video.
911
@@ -15,8 +17,8 @@ pip install get-stick-bugged-lol
1517
1618## Usage
1719#### In the terminal
18- Installing the package will register the ` gsbl ` command in the terminal. To use the image ` input.png ` to generate the
19- video ` output.mp4 ` :
20+ Installing the package will register the ` gsbl ` command in the terminal (or you can use ` python -m gsbl ` ). To use the
21+ image ` input.png ` to generate the video ` output.mp4 ` :
2022```
2123gsbl input.png output.mp4
2224```
Original file line number Diff line number Diff line change 55
66setuptools .setup (
77 name = 'get-stick-bugged-lol' ,
8- version = '0.0.1 ' ,
8+ version = '0.0.2 ' ,
99 author = 'n0spaces' ,
1010 description = "'Get stick bugged' video generator" ,
1111 long_description = long_description ,
You can’t perform that action at this time.
0 commit comments