This is a simple data entry form created using Tkinter in Python. It allows users to enter their name, contact number, age, gender, and address, and saves the entered data to an Excel file.
- User-friendly interface
- Input validation for contact number, age, and gender
- Data saved to an Excel file for future reference
- Python 3.x
- Tkinter
- openpyxl
-
Clone the repository:
git clone https://github.com/devarshi002/login-page-using-python.git
-
Install the required dependencies:
pip install openpyxl
-
Run the application:
python app.py
-
Fill out the form and click "Submit" to save the data to the Excel file.
Contributions are welcome! If you find any issues or have suggestions for improvement, please feel free to open an issue or create a pull request.

