diff --git a/.gitignore b/.gitignore index 02f2b04..5c037de 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ -videos \ No newline at end of file +videos +build +*.spec \ No newline at end of file diff --git a/README.md b/README.md index a27112b..02b7feb 100644 --- a/README.md +++ b/README.md @@ -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 ` + ## License This project is licensed under the [MIT License](https://opensource.org/licenses/MIT). diff --git a/dist/_main_.exe b/dist/_main_.exe new file mode 100644 index 0000000..03e44a2 Binary files /dev/null and b/dist/_main_.exe differ