tkinter

Student Grading System Using Tkinter and SQLite in Python with Source Code

Submitted by razormist on
The Student Grading System is an interactive desktop application built entirely with Python using the Tkinter library. The application allows you to manage student records through a graphical user interface (GUI) with full CRUD (Create, Read, Update, Delete) operations. The Student Grading System Using Tkinter and SQLite features tools that utilize an SQLite database to store the inputted data and

Crypto Live Tracker App Using Tkinter in Python with Source Code

Submitted by razormist on
The Crypto Live Tracker App is an interactive desktop application built entirely with Python using the Tkinter library. The application allows you to fetch cryptocurrency data from a URL and display it in real time. The Crypto Live Tracker App Using Tkinter features tools that include charts to visualize price changes and options to differentiate trends by day. This project is an excellent way to

Complete Address Book Application Using Tkinter in Python with Source Code

Submitted by razormist on
The Complete Address Book Application is an interactive desktop application built entirely with Python using the Tkinter library. The application is simple yet effective, allowing users to store and manage contact-related information. The Complete Address Book Application Using Tkinter features tools that utilize CRUD operations and also provide the ability to export contact data. This project is

Image Filtering App Using Tkinter in Python with Source Code

Submitted by razormist on
The Image Filtering App is an interactive desktop application built entirely with Python using the Tkinter library. The application is simple yet effective, allowing you to filter any image you upload with several useful options. The Image Filtering App Using Tkinter features a tool that can apply filters to images, similar to basic photo editing applications. This project is an excellent way to

Body Mass Index Calculator App Using Tkinter in Python with Source Code

Submitted by razormist on
The Body Mass Index Calculator App is an interactive desktop application built entirely with Python using the Tkinter library. The application is simple yet effective, allowing you to calculate your actual BMI based on the information you provide. The Body Mass Index Calculator App Using Tkinter features a tool that calculates and indicates your body status. This project is an excellent way to

Spritesheet Cutter App Using Tkinter in Python with Source Code

Submitted by razormist on
The Spritesheet Cutter App is an interactive desktop application built entirely with Python using the tkinter library. The application is simple yet effective, demonstrating a function that allows you to slice a spritesheet into individual frames. The Spritesheet Cutter App Using Tkinter features multiple options for customizing how the spritesheet is divided, giving users flexibility in

Tic Tac Toe VS AI Game Using Tkinter in Python with Source Code

Submitted by razormist on
The Tic Tac Toe VS AI Game is an interactive desktop application built entirely with Python using Tkinter library. The gameplay is very fun and simple where your opponent is an AI. The Tic Tac Toe VS AI Game Using Tkinter features straightforward game mechanics you need to place a mark and get a 3 line in different direction(Vertical, Horizontal, Diagonal). This project offers an excellent

Loan Calculator App using Tkinter in Python with Source Code

Submitted by razormist on
Loan Calculator App using Tkinter in Python with Source Code - A Python program that uses the Tkinter library to display a loan calculator GUI. The intention of this program is to provide the simplest method of calculating your loan payment based on the information you provide. Python Source Code.

Scientific Calculator using Tkinter in Python with Source Code

Submitted by razormist on
Scientific Calculator using Tkinter in Python with Source Code - A python program that use Tkinter library to create this scientific calculator program. The program can eventually help student who find it hard to solve any math problem with numbers. Python Source Code.