Read about it at: Wikipedia
python tupper.py -h
usage: tupper.py [-h] [--console] [--window]
optional arguments:
-h, --help show this help message and exit
--console, -c Draw in Console
--window, -w Show Window
Note: If you run this without any flag, it will only draw in console
Run
python tupper.py -c
or
python tupper.py --console
Run
python tupper.py -w
or
python tupper.py --window