Python2Exe is a simple GUI application that allows you to convert your Python project into a standalone executable file using PyInstaller.
To use Python2Exe, simply clone the repository:
git clone https://github.com/btt1996/Py2Exe.git
Then, install the required dependencies:
pip install -r requirements.txt
- Launch the application by running
python main.py
in the project directory. - Click the "Browse..." button to select the Python project you want to convert.
- Click the "Convert to exe" button to start the conversion process.
- Once the conversion is complete, a message box will appear to let you know the process is done.
If you find a bug or would like to contribute to this project, feel free to create an issue or submit a pull request on GitHub.
This project is licensed under the MIT License. See the LICENSE file for details.