Skip to content

Commit

Permalink
Merge pull request #3 from VEERT00X/2.0
Browse files Browse the repository at this point in the history
2.0
  • Loading branch information
VEERT00X committed Jun 21, 2023
2 parents 7bcc4a1 + 1de066e commit 5e4e995
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
videos
videos
build
*.spec
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ Here's an example of how to use the script:
python3 _main_.py example.mp4
```

## PyInstaller

* Since version 2.0 the script is now also compiled to an .exe file using PyInstaller.
* Run The Script: `_main_.exe <file_path>`

## License

This project is licensed under the [MIT License](https://opensource.org/licenses/MIT).
Binary file added dist/_main_.exe
Binary file not shown.

0 comments on commit 5e4e995

Please sign in to comment.