Scripts that does stuff. Poorly.
Run the script with the equations as arguments:
python3 calc.py 5+4 16/3 3/4 8*3 17-5
Run the script and set the first argument to the spellchecking-percentage and then your string:
python3 spellcheck.py 5 "Hello my name is Tim Fielding and I'm 26 years old."
Run the script and set the first argument to the minimum length and the second to the maximum length:
python3 pwdgen.py 10 15
Run the script and set the argument to your birth date in YYMMDD-format:
python3 aliveclock.py 900703
Run the script and set the argument to the number of proverbs you want to generate, make sure that the "list_proverbs"-file is in the same directory as the script:
python3 proverb.py 10
Run the script with the numbers as arguments:
python3 revcalc.py 42 8.8 1337
Run the script with your sentence as an argument:
python3 sverje_ven.py "Jag älskar Sverige över allt annat för jag är en sann sverigevän! Avsätt Löfvén och hans patrask"