MrTrotta2010 / run-dot-py

Python code that either runs or not

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

run.py

run.py is a Python program that either runs or not

How to run

1. Install dependencies

  • run.py depends on the argparse library and, of course, Python 3
  • You can install Python 3 through the official website
  • After installing Python 3, install pip following the official documentation
  • When you've done installing all that, just run $ pip3 install argparse to install the argparse library

2. Execute run.py

run.py can be executed like so: $ python3 run.py --run <[0-1]: Determines if the program should run or not>

3.Have fun! :)

See what happend when run.py runs and what happens when it doesn't! The results will shock you!
GIF of a man having his mind blown

About

Python code that either runs or not

License:GNU General Public License v3.0


Languages

Language:Python 100.0%