Note: These python scripts require Python 3 to run. If you don't have Python 3 installed, install it:
In Ubuntu or Debian(apt):
~$ sudo apt install python3In Fedora:
~$ sudo dnf install python3In RedHat:
~$ sudo yum install python3In Arch(btw)(Also, imagine managing to install Arch but not knowing how Pacman works):
~$ sudo pacman -S python3 In Termux(wsg fellow Android bros):
~$ pkg install python3Simply call Python to run them:
~/scripts/python/$ py [script name].pyNote: Termux doesn't use the
pycommand, so if you use Termux, type
~$ python [script name].pyinstead.