Simple registration application that can store first and last name, title, age, nationality, registration status, courses. Using the tkinter library to run the application
Important
DISCLAIMER: This application is a simple simulation of a registration system. Use it at your own risk.
- Store standard registration data, for example name, age, courses, and so on
- Has a neat and organized user interface.
- Has a feature to check user input. Users are required to fill in the terms and conditions and name. If the user does not fill in, a warning popup will appear.
- The data input by the user will be entered into the registrationdata.txt file
- Save the code as
main.py
. - Also, save the data file. Applications cannot save local data if data not downloaded
- Run the script using
python main.py
. - Fill in all the data displayed. Then click the
submit
button. To check the stored data, please visit theregistrationdata.txt
file
Version | Additional Features | Note |
---|---|---|
v.1.0.0 | Store first and last name, title, age, nationality, registration status, courses in registrationdata.txt . |
Latest |
This project is licensed under the MIT License - see the LICENSE.md file for details.