Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 1.37 KB

README.md

File metadata and controls

43 lines (28 loc) · 1.37 KB

Everest-Tools

A toolset for Windows written in Python!

Current Stats:

=====================================================

Release Version: Pre_Alpha 0.0.1.299

Planned: Alpha 1.9.0.422991 Release: May-June 30 2022(maybe earlier, depends)

OS Platform: Windows 10

Python Minimum Version: Python 3

=====================================================

The source is for PYTHON 3+ ONLY!!! PYTHON 2 AND BELOW WILL NOT WORK!!!

======================================

To compile to executable(s): Requirements: Windows 10 with Python in the system PATH, Brain, Hands, CMD.exe

======================================

If you do not have the pyinstaller module, install with the command: pip install pyinstaller

Once pyinstaller is ready, download the source with either gh repo clone EverestWorks/Everest-Tools or git clone https://github.com/EverestWorks/Everest-Tools.git (Alert me if it doesn't work)! Then change your directory to the source Use the pyinstaller command as: pyinstaller -F -i [icon.ico] [file.py]

Replace [icon.ico] with the icon that matches the file name of [file.py] Replace [file.py] with the python file you wish to compile

To compile all, run the compileall.bat located in the compile directory, or run the batch file of the python file you want to compile(PYINSTALLER MUST BE INSTALLED AND IN SCRIPTS DIRECTORY, AND SCRIPTS FOLDER HAS TO BE IN PATH!)