Explore the simplicity of the Basic User Registration System in Python. This project features the BankHolder class, providing a straightforward way for users to register with their name, age, and preferred bank. The system performs input validation to ensure accurate user information. Each user is assigned a unique account number, and the system generates an informative summary with an initial balance of R0.
- User-Friendly Registration: Seamless process for users to register with essential details.
- Input Validation: Ensures accuracy of user information with robust input validation.
- Unique Account Numbers: Automatic generation of unique account numbers for each user.
-
Clone the Repository:
git clone https://github.com/your-username/BasicUserRegistrationSystem.git
-
Run the Application:
python BasicUserRegistrationSystem.py