-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
36 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,36 @@ | ||
# Py2Exe | ||
# Python2Exe By Btt | ||
|
||
## Introduction | ||
|
||
Python2Exe is a simple GUI application that allows you to convert your Python project into a standalone executable file using PyInstaller. | ||
|
||
## Installation | ||
|
||
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` | ||
|
||
|
||
## Usage | ||
|
||
1. Launch the application by running `python main.py` in the project directory. | ||
2. Click the "Browse..." button to select the Python project you want to convert. | ||
3. Click the "Convert to exe" button to start the conversion process. | ||
4. Once the conversion is complete, a message box will appear to let you know the process is done. | ||
|
||
## Contributing | ||
|
||
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. | ||
|
||
## License | ||
|
||
This project is licensed under the MIT License. See the LICENSE file for details. | ||
|
||
|
||
|
||
|