Skip to content

aytvill/comexim

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Comexim Bra Size Converter

This calculator created by @winsbe01 and u/EuphoricToe1 will suggest bra sizes to try when purchasing Comexim bras.

It is intended to be a starting point for finding the correct size, but as with all bras, different styles and brands will fit everyone a little differently.

Intro

This tool was built to convert your UK bra size to the two main systems used to size Comexim bras. The code that does the calculations can be found here, and the calculator itself is in the link above.

Instructions for using the script

Thank you to Reddit user u/horstersen made these great visual instructions for using this script!

If you would like to run the script on the command line:

  • Copy everything here and paste it into your favorite plain text editor*.
  • Change the values (band_size, cup_size, store_name) at the top to your UK bra size and the store you plan on buying from.
  • Copy everything again
  • Go to this shell on python's official website, paste the entire code block into the black box, and hit enter. (If you are on mobile, you will need to switch to desktop mode.)

The final line of the output will be your size!

*If you use and word processor like MS Word or Google Docs, please paste by right clicking + "Paste without formatting" or ctrl + shift + V (cmd + shift + V on Mac). Otherwise you will get a NameError. You will also want to ensure that the apostrophes (') don't get auto-formatted into slanted apostrophes (’).

Resources

For Comexim's size chart in English, click here. The original Polish size chart can be found here.

Breakout Bras also sells Comexim bras. Their size guide will be at the bottom of the page for every bra. They suggest using the same band size and going up 1-2 cup sizes from your normal UK size.

Method

Like all calculators, this is just a starting point. There is no problem with taking your UK size and adding two cup sizes; I've just found that this method works better for me.

When you look at traditional UK/US sizes, one additional cup size typically adds 1 inch the difference between overbust and underbust. With Comexim, the each step in cup size is 2 centimeters, and 1 in = 2.54 cm. This means that cups change at a different rate. You can see how as cup sizes get bigger, there is a larger difference between the measurement systems and a greater need to size up, while those under a D cup may overestimate using the +2 method.

Comparison

The math going on behind the scenes is based on this idea. The steps for doing this are:

  • Take your cup size and translate that to a numerical value - A = 1, B = 2, C = 3, etc.
  • Convert this value from inches to centimeters by multiplying by 2.54
  • Divide the result by 2
  • This new number is the new number of cup sizes
  • Determine where you are purchasing from
  • Reference a table (below) to convert that number to a letter in either UK or Comexim cup size
  • Convert your band size to a EU size, as needed

Custom Orders

Some sizes are not available by default, but Comexim is good about taking custom requests. You will need to reach out to them directly. Specifically, they do not offer bands under UK28 (EU60) or over UK40 (EU90). Some cup sizes also must be custom ordered. The calculator should have a note about this if it applies to you.

Conversion Charts

Band

UK Band Size Polish Band Size
24 50
26 55
28 60
30 65
32 70
34 75
36 80
38 85
40 90
42 95
44 100
46 105
48 110
50 115

Direct Cup Conversion: UK - Comexim

Note: This is not the same as the calculator, and these cups will have different volumes. These are just the steps between cups.

UK Cup Size Comexim Cup Size Cup #
A A 1
B B 2
C C 3
D D 4
DD E 5
E F 6
F G 7
FF H 8
G HH 9
GG J 10
H K 11
HH L 12
J M 13
JJ N 14
K O 15
KK P 16
L Q 17
LL R 18
M S 19
MM T 20

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%