This project implements a structured access control system in Python. The system aims to evaluate user data based on predefined conditions, manages multiple users, while applying fundamental programming concepts such as lists, dictionaries, loops, and error handling.
- Conditional statements (if / else)
- Loops (while)
- Lists
- Dictionaries
- Input validation
- Error handling (try/except)
- User registration verification
- Age validation
- Health condition verification (vaccination)
- Multiple users storage using lists
- Structured data using dictionaries
- Error handling using try/except
- Final report of all registered users
- Python 3
- Git
- GitHub
Secure Access Control System Enter your name: Melissa Now, enter your age: 19 Are you registered? (yes/no): no Are you vaccinated? (yes/no): yes You need to create an account to access. Do you want to add another user account? (yes/no): no
Final Report: Name: Melissa | Age: 19 | Registered: no | Vaccinated: yes
Currently in development and being improved as part of my programming learning journey.