Python

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.

Number to Words Converter App using Tkinter in Python with Source Code

Submitted by razormist on
Number to Words Converter App using Tkinter in Python with Source Code - A simple Python application that converts numbers into words. This application uses the tkinter library to demonstrate the actual conversion of numbers into words. Python Source Code.

Image Slideshow using Tkinter in Python with Source Code

Submitted by razormist on
Image Slideshow using Tkinter in Python with Source Code - A simple Python application that uses the Tkinter library to turn your image gallery into a slideshow. This application provides a basic way to make your image gallery more stunning for representation. Python Source Code.

Movie Management System in Python with Source Code

Submitted by razormist on
Movie Management System in Python with Source Code - A simple Python system application that allows you to create records for your movie titles. The purpose of this system is to help you list all your favorite movies so that you can easily find them when you want to rewatch. Python Source Code