Skip to content

jemitoburt/Size-dict

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Shoe Size Conversion Dictionary

This dictionary provides a mapping for shoe sizes across different categories and brands. Each key represents a category or brand, and the associated value is another dictionary mapping US sizes to corresponding European (EU) sizes.

Structure

The dictionary is structured with the following main keys:

  • Nike female
  • Nike mens
  • Nike gs (Grade School sizes)
  • Nike kids
  • Adidas
  • New Balance female
  • New Balance mens

Example Entry

Each entry under these keys follows this structure:

"Nike female": { "US_Size": "EU_Size", ... }

Where US_Size is the size in US measurements and EU_Size is the corresponding European measurement.

About

Nike Mens Wmns GS PS New Balance Mens WMNS Yeezy Adidas sizing

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors