Enhanced Roman Numeral Converter with GUI, CLI, and Validation Features#1
Open
Mordekai66 wants to merge 2 commits into
Open
Enhanced Roman Numeral Converter with GUI, CLI, and Validation Features#1Mordekai66 wants to merge 2 commits into
Mordekai66 wants to merge 2 commits into
Conversation
Gabi111243
force-pushed
the
main
branch
28 times, most recently
from
September 18, 2025 18:03
fb79aa8 to
1006c36
Compare
Gabi111243
force-pushed
the
main
branch
30 times, most recently
from
September 23, 2025 20:43
b0b10e9 to
c630586
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR enhances the Roman Numeral Converter with several new features:
New Features Added:
Graphical User Interface (GUI)—Built with Tkinter for user-friendly interactions
Command-Line Interface (CLI) - Support for both Roman-to-Integer and Integer-to-Roman conversions
Input Validation—Comprehensive validation for proper Roman numeral format
Bidirectional Conversion—Convert both Roman numerals to integers and integers to Roman numerals
Unit Tests—A comprehensive test suite covering all conversion functions and edge cases
Modular Architecture—Organized code structure with separate modules for converter, validator, and interfaces
Technical Improvements:
Modular package structure with roman_converter module
Enhanced error handling with descriptive error messages
Input validation to prevent invalid conversions
Multiple entry points (main.py, cli.py, gui.py) for different use cases
Comprehensive documentation with usage examples
Usage Examples:
CLI usage
GUI usage
OR
This enhancement maintains backward compatibility while adding significant functionality and improving the user experience across different interaction modes.