Skip to content

Totoro700/PyTerm

Repository files navigation

PyTerm

A simple Python terminal!

Version

Code size

License

Platforms

Requirements:

Python >= 3.0.0

This supports Windows, Mac OS, and Linux, but some functions are limited to only Windows.


Run

Instruction for downloading and running PyTerm!

Linux and Mac OS X

Install Python 3

Get the repository:

> Git: git clone https://github.com/Totoro700/PyTerm.git

> GitHub CLI: gh repo clone Totoro700/PyTerm

Open the folder PyTerm

Open the folder src/

Open __main__.py with Python 3.0 or higher, (try 3.9.5 if possible)

Windows

Get the .exe file ( bin/PyTerm.exe ), then run it

Or you can do Linux and Mac OS X steps

You can also run run.bat to run PyTerm.exe

Credits

Thanks to @brentvollebregt for auto-py-to-exe to convert the python scripts to code