Skip to content

Commit d2b17a8

Browse files
authored
Merge branch 'master' into rewrite
2 parents 21ee9f9 + 59aa004 commit d2b17a8

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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+
79
This script uses [pylsd-nova](https://github.com/AndranikSargsyan/pylsd-nova) to detect line segments in the image,
810
Pillow 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
```
2123
gsbl input.png output.mp4
2224
```

examples/python.mp4

1.27 MB
Binary file not shown.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.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,

0 commit comments

Comments
 (0)