Python based Terminal
You must have Python3 installed
Linux
Apt
First, run the following to download package sources.
sudo apt update
Then run the following to install Python
sudo apt install python -y
Yum
First, run the following to download package sources.
yum update -y
Then run the following to install Python
yum install -y python3
Windows
Windows Store
You can install it from the following link
https://www.microsoft.com/store/productId/9NRWMJP3717K?ocid=pdpshare
Install from EXE
You can download the executable from the following link
https://www.python.org/downloads/
If you are running this file from a terminal in Windows (as long as the command is correctly connected to the shell - can't remember the word) or Linux you can run python3 main.py
Just make sure you move to the right directory.
If you are in Windows you can just double-click the file.