x Binclock.py => Converts the current time to Binary and displays it
x Bubblesort.py => Demonstrates Bubble-Sort graphically via 20 randomly generated numbers
x guessgame.py => User inputs Number-Range and Max Rounds. A random number within that range is generated and has to be guessed within the input roundmax.
x passgen.py => Generates random passwords until 100 passwords are created that match specific criterias (longer 12; min. 1 uppercase, 1 number and a special character; starts with lowercase)
x poker.py => Generates a random poker-hand and shows it graphically. The user can reshuffle by inputing yes, y, j, or ja
x till13.sh => Calculates the Remaining time till it is 1pm.