tkinter

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.

Solitaire Card Game using Tkinter in Python with Source Code

Submitted by razormist on
Solitaire Card Game using Tkinter in Python with Source Code - A Python game application that uses the Tkinter library to replicate the gameplay of the real solitaire card game. The game mechanics are the same as the original, where you need to stack the 4 cards in a specific pattern and order. Python Source Code.

Restaurant Billing System using Tkinter in Python with Source Code

Submitted by razormist on
Restaurant Billing System using Tkinter in Python with Source Code - A Python system that utilizes the Tkinter library to generate a bill for ordered products. This system allows you to expedite your billing transactions for faster and more convenient sales processing. Python Source Code.

Spell Checker App using Tkinter in Python with Source Code

Submitted by razormist on
Spell Checker App using Tkinter in Python with Source Code - A Python application that uses the Tkinter library to develop a user-friendly spell checker. The purpose of this application is to assist you in correcting misspelled words, providing a better result for accurate spelling. Python Source Code.

NotePad App using Tkinter in Python with Source Code

Submitted by razormist on
NotePad App using Tkinter in Python with Source Code - A Python application that utilizes the tkinter library to display a notepad application clone in a (GUI). This application is designed to enable you to write text or code your program and then save it in a compatible text file format. Python Source Code.

Tax Calculator App using CSV in Python with Source Code

Submitted by razormist on
Tax Calculator App using CSV in Python with Source Code - A Python application that uses the tkinter library to display a tax calculator in a GUI. The purpose of this application is to help you calculate the cost with tax for each country when someone makes a purchase in your store. Python Source Code.