This is a yearly progress building in python for terminals.
- Windows:
Add
yp.bat
to enviornment variable. Make sure to change path in the batch file to main.py where you have downloaded your file.
@echo off
python "\path\to\your\main.py" %*
- Linux: For linux just create an alias to the main.py in your
.bashrc
alias yp='python3 /path/to/your/main.py'
Make sure your python version is 3 or greater.