Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Btt1996 authored Mar 8, 2023
1 parent f2be197 commit 2dda656
Showing 1 changed file with 36 additions and 1 deletion.
37 changes: 36 additions & 1 deletion README.md
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.




0 comments on commit 2dda656

Please sign in to comment.