A Python program for converting integers to Roman numerals and vice versa.
- Clone the repository:
git clone https://github.com/your-username/roman-numeral-converter.git
- Install the required dependencies:
None
To use the program, run python converter.py
in your terminal. This will launch the command-line version of the program.
Alternatively, you can run the GUI version of the program by running python rngui.py
in your terminal. This will launch a graphical user interface (GUI) that allows you to enter input and view output.
$ python RomanNumerals.py Enter a number or a Roman numeral: 123 The Roman numeral for 123 is CXXIII.
$ python rngui.py
This program was written by Joe Bonfanti Jr.
The Roman numeral conversion algorithm was adapted from this post on GeeksforGeeks.
The GUI was built using the Tkinter module in Python.
This program is licensed under the MIT License.