Unary (also known as base-1) is where there is only one character for numbers (which is 0). Unary is very impractical since you jsut stack more 0's onto numbers. Decimal (also known as base-10) is where there are 10 characters for numbers (0, 1, 2, 3, 4, 5, 6, 7, 8, and 9). This project converts a decimal number into a unary number.
All code is by me. The background is just some image I found on my grandparent's computer.