HIGHSHELL (also hSH or HS)
Just a shell writed on Python
Send bug report • How to use the shell • Broked features • Licenses
How to use the shell
Install all needed librares
Linux or macOS
pip3 install -r requirements.txt
Windows
pip install -r requirements.txt
Launch shell
python main.py
How to create an executable file for Windows
Linux or macOS
pip3 install pyinstaller
pyinstaller -i icon.ico main.py
Windows
pip install pyinstaller
pyinstaller -i icon.ico main.py
Note for Windows users: also you can use official installer from release page.
Something is broken right now
Nothing is broken
Licenses
The project is licensed under the GNU GPL 3.0.