Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 402 Bytes

File metadata and controls

3 lines (2 loc) · 402 Bytes

Guessing_games.py: Fun Little game- First, you choose a range of number, such as [0-10], [1-100] etc. You then ask your computer to pick a random number within that range. After that, you will have 3 chances to guess the random number that your computer chose. If you can guess that correctly within 3 try, you win, otherwise you lose.

Image_processing.py: This is a JPEG to PNG file converter. (v-1)