Skip to content

jmugambwa1/registration-form

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Registration Form

This is a simple registration form application built using Python and Tkinter. It allows users to enter their details into a form, and upon clicking the "Register" button, the entered details are saved in a file.

Features

  • Fill out a registration form with your details.
  • Click the "Register" button to save the details.
  • Details are saved in a file for future reference.

Requirements

  • Python 3.x
  • Tkinter

Installation

  1. Clone the repository:

    git clone https://github.com/jmugambwa1/registration-form.git
  2. Navigate to the project directory:

    cd registration-form
  3. No additional dependencies need to be installed as Tkinter comes pre-installed with Python.

Usage

  1. Run the following command:

    python main.py
  2. The registration form GUI will open.

  3. Fill out the form with your details.

  4. Click the "Register" button to save the details.

  5. The details will be saved in a file within the project folder.

File Structure

  • main.py: Contains the main Python script for the registration form application.
  • registration_details.txt: Text file where the registered details are saved.

Screenshots

registration

License

This project is licensed under the MIT License.

Acknowledgements

  • Thanks to the developers of Tkinter for providing the tools necessary to build this application.
  • Inspiration for this project came from the need for a simple registration form.

Contributing

Contributions are welcome! If you have any suggestions or improvements, feel free to open an issue or create a pull request.

Author

Joel Mugambwa(https://github.com/jmugambwa1)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages