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:

Screenshot_ShoeSizeProject.png

Output:

Screenshot_ShoeSizeProject2.png
bottom of page