This is a simple Python script designed to manage the registration stages of a departmental election process. The script checks voter eligibility based on age, registration number, and school fee payment status.
- Voter registration and eligibility check
- Automatic generation of voting ID numbers
- Customizable error messages for ineligible voters
- Run the script and follow the prompts to enter your name, registration number, age, and school fee payment status.
- The script will check your eligibility and generate a voting ID number if you're eligible.
- Python 3.x
- Random module (included in Python standard library)
Obimma Stanley K.