Enter any number using Arabic numerals (0123456789) and the project will translate it into Roman numerals (IVXLCDM). I didn't give it the ability to write on multiple lines, so you can only have numbers so large. For example, 8 is the longest Roman numeral, written as DCCC in the hundreds place, LXXX in the tens place, and VIII/VMMM in the ones/thousands place respectively. The cool part about Roman numerals is that you can't fit 88,888,886 on the screen, but you *can* fit 10010010010010010010010010010010010010010010010010010010010010010010010010010010010010010000000000000000000000000 on the screen.
This is pretty broken (No, I'm never going to fix it.)