Skip to content

Commit

Permalink
2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
VEERT00X committed Jun 21, 2023
1 parent 7bcc4a1 commit 1de066e
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 1de066e

Please sign in to comment.