Data Entry: Use a Tkinter-based GUI to enter details and store them in an SQLite database. Data Retrieval: Easily retrieve and view all entered data using a separate script. SQLite Integration: Utilize SQLite for efficient data storage and management. Image Support: Handle images with the PIL library and ImageTk module. Ensure you have the following installed:
Python: Make sure Python is installed on your system.
You can download it from python.org.
VS Code: Download and install Visual Studio Code from code.visualstudio.com.
pip install tkinter sqlite3 pillow To view the entered data in a more readable format, install the following VS Code extension:
SQLite3 Editor: This extension helps you manage and view your SQLite database files.
Follow these steps to install and set up SQLite:
- Extract the SQLITE.zip file.
- Store the extracted folder in your C: drive.
- Open the SQLITE folder and copy its path.
- Add this path to your system's environment variables.
2. Enter all required details in the provided fields.
3. Click "Submit" to save the data and then click "Exit" to close the application.
1. To view all the entered data, run the "Data_base_Extract.py" file.
2. The script will display all the stored data.
-> Main.py: The main script for data entry.
-> Data_base_Extract.py: The script for retrieving and displaying entered data.
-> SQLITE.zip: SQLite installation files.
If you'd like to contribute to this project, please fork the repository and use a feature branch. Pull requests are warmly welcome.

