Covid-19 Tracker Application using Python
The aim of this project is to track the Covid-19 cases across the world. This application is built using four different python libraries they are tkinter for Graphical User Interface, matplotlib to show data graphically, covid to get the COVID data, numpy for arrays. The GUI consists of an Entry widget where the user need to enter the country names for which data is needed. After country names are entered, now the user need to choose whether the data wanted to be displayed in grouped bar graphs or stacked bar graphs according to that the user need to choose the button. Based upon the button the user choosed the data will be displayed according to that graphically.
My Routine Database System
This My Routine Database System is a desktop application where we can update our daily routine. The frontend of this project is made up of Tkinter. The widgets used in development of this frontend are Label, Entry, Listbox, and Button. The backend of the project is developed with MYSQL. Here in this application we can add data, we can delete a particular data, we can view the data as a whole or we can also search by a particular data. Finally we can close the application by using close button.
Cascading Style Sheets (CSS)
Bootstrap (CSS Framework)
This project DELICIOUS ! is about building a responsive website to a restaurant. This website is made up of HTML, CSS, and JavaScript. In this website all the dishes of the restaurant will be displayed so that one can choose their favorite dish to order. This website will change it's layout according to the media.
Cascading Style Sheets (CSS)
Bootstrap (CSS Framework)
This project HR Dashboard is built to maintain all the details of the employees of various departments.
Login Database Management System
This project is about building a Signin and Signup forms with Python(Tkinter) and MYSQL. These forms allows users to fill their details and those details will be stored in MYSQL database. When user tries to login with their details those details will be compared to the data which is already stored in database. If the data matches the user will be loggedin successfully else the user needs to signup.
This simple GUI calculator takes input from the user and performs specified Arithmetic operations and display the result.