Skip to content

Simple registration application that can store first and last name, title, age, nationality, registration status, courses. Using the tkinter library to run the application

License

shabir-mp/Registration-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Registration App v1.0

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.

Features

  • 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

Getting Started

  1. Save the code as main.py.
  2. Also, save the data file. Applications cannot save local data if data not downloaded
  3. Run the script using python main.py.
  4. Fill in all the data displayed. Then click the submit button. To check the stored data, please visit the registrationdata.txt file

Application Screenshoot

image
image image
image

Release History

Version Additional Features Note
v.1.0.0 Store first and last name, title, age, nationality, registration status, courses in registrationdata.txt. Latest

License

This project is licensed under the MIT License - see the LICENSE.md file for details.


Github Footer