Skip to content

This is a type of Python mini project on routine database system using Tkinter python is successfully running. It is one of the useful projects for a working person, students to maintain their proper routine. It is useful for various people in different sectors to store data as well.

Notifications You must be signed in to change notification settings

JayaVerma/Routine-database-system-using-Python-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Routine-database-system-using-Python

The frontend.py contains the main GUI of the project with all the labels, title, buttons, input boxes, a list box and the functions which command each of the buttons in the frontend part. We also have a backend where all the connection made between database stored. The backend.py connects the frontend to the database(Here we are using sqlite3) where all the data get stored. Each of the functions defined in the backend.py fetch the required set of the data stored in the database(database name: routine) and return it to the function called.

GUI Interface:

ADD- To add new entry to the database.

Search- To search any entry of the database.

Delete date- To delete the entry from the database.

View all- To view all the entries filled in the database.

Close- To close the GUI.

image

GUI INTERFACE ADDING NEW ENTRIES:

image

GUI INTERFACE WITH VIEW ALL COMMAND PRINTED:

image

GUI INTERFACE WITH SEARCH RESULTS:

image

GUI INTERFACE DELETING AN ENTRY:

image

About Me:

I am Jaya Verma, currently pursuing engineering from Electronics and telecommunication branch from the University of Mumbai. I am a 5star coder in Python and 4star in SQL at Hackerrank and intersted in Data Science and ML domain.

Connect me on

Linkedin - https://www.linkedin.com/in/jaya0902verma

About

This is a type of Python mini project on routine database system using Tkinter python is successfully running. It is one of the useful projects for a working person, students to maintain their proper routine. It is useful for various people in different sectors to store data as well.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages