top of page

Portfolio Projects
International Shoe Size Converter Tool
As I build up my skills in Python I will document my learning journey here on the website with projects.
This shoe size converter tool takes the user input:
-
Gender (male, female)
-
Region (US, UK, EU, AU/NZ)
-
Their shoe size in their selected region
Then returns the corresponding shoe sizes for every other region to tell them which shoe size to buy while they are travelling
Click here to view the code repository
Screenshots:
Beginning of the code with the inputs:

Output:


bottom of page