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.
- 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.
- Python 3.x
- Tkinter
-
Clone the repository:
git clone https://github.com/jmugambwa1/registration-form.git
-
Navigate to the project directory:
cd registration-form
-
No additional dependencies need to be installed as Tkinter comes pre-installed with Python.
-
Run the following command:
python main.py
-
The registration form GUI will open.
-
Fill out the form with your details.
-
Click the "Register" button to save the details.
-
The details will be saved in a file within the project folder.
main.py
: Contains the main Python script for the registration form application.registration_details.txt
: Text file where the registered details are saved.
This project is licensed under the MIT License.
- 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.
Contributions are welcome! If you have any suggestions or improvements, feel free to open an issue or create a pull request.
Joel Mugambwa(https://github.com/jmugambwa1)