/100_days_of_code-part2

Angela Yu's 100 days of code challenge -part 2-

Primary LanguagePython

100 Days of Code- Part Two


Project #18

Argentina's Provinces Game.

How many provinces of my country can you name?
This little game was made with Pandas and Turtle Graphics Module


Project #19

NATO alphabet speller.

To run from the terminal.
Enter a word and you will get back the official NATO spelling codes for each letter.


Project #20

Miles to Kilometers Converter

A GUI program made with tkinter module.
The aim of this program is to convert to kilometer a lenght given in miles. It's a very simple design but it's efficient :)