https://github.com/greatdrake/pybuildmanager
compile python projects
https://github.com/greatdrake/pybuildmanager
pyqt python
Last synced: about 1 year ago
JSON representation
compile python projects
- Host: GitHub
- URL: https://github.com/greatdrake/pybuildmanager
- Owner: GreatDrake
- License: bsd-3-clause
- Created: 2016-12-15T16:09:36.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-19T20:44:05.000Z (about 9 years ago)
- Last Synced: 2025-02-07T15:45:08.781Z (over 1 year ago)
- Topics: pyqt, python
- Language: Python
- Homepage:
- Size: 1.2 MB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# pyBuildManager
UI Application written in python and PyQt5 for freezing python projects and modules into executables with such python packages as cx_Freeze, PyInstaller and py2exe.
## Before you start
To run the program you need ```PyQt5``` framework installed.
So try this:
```
pip install pyqt5
```
or
```
pip3 install pyqt5
```
Application also uses ```cx_Freeze```, ```PyInstaller``` or ```py2exe```(not supported yet) to build projects and you need those of them installed which you want to use.
```
pip3 install pyinstaller
pip3 install cx_Freeze
pip3 install py2exe
```
**Important:** you must ensure that folders containing scripts from the packages you are working with are added to **PATH** environment variable.
If you have any problems you should check the documentation of these libraries.
## Screenshots



