Skip to content

GiorgioMegrelli/tupper-formula

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Tupper's formula

Read about it at: Wikipedia

Check:

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

Examples:

Console

Run

python .\tupper.py -c

or

python .\tupper.py --console

Console

Window

Run

python .\tupper.py -w

or

python .\tupper.py --window

Window

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages