This is a simple Python project that validates email addresses and phone numbers using regular expressions.
- Email format validation
- Phone number validation (India)
- Menu-driven CLI interface
- Clean and modular code
- Python
- Regex (re module)
python main.py
- Signup forms
- Login systems
- OTP validation
- Backend input validation
- API version using Flask
- Support for multiple countries
- GUI version