Python

Ball Catcher Game in Python with Source Code

Submitted by razormist on
Ball Catcher Game in Python with Source Code - An arcade-style game application created in Python where your objective is to catch all the balls. This application can be played by moving the mouse from left to right. Each time you catch a ball, you earn a score; otherwise, the game will be over. Python Source Code.

Calorie Tracker Calculator App in Python with Source Code

Submitted by razormist on
Calorie Tracker Calculator App in Python with Source Code - This Python application, developed for the terminal console, calculates your daily calorie intake based on input such as height and weight. Simply provide your physical measurements to obtain personalized recommendations. 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.

Blast Off Balloon Game using Pygame in Python with Source Code

Submitted by razormist on
Blast Off Balloon Game using Pygame in Python with Source Code - A Python game application that uses the Pygame library to create a balloon shooter. The game title, 'Blast Off Balloon Game,' reflects the gameplay, where your objective is to shoot balloons to score points. Python Source Code.

Image Converter using Tkinter in Python with Source Code

Submitted by razormist on
Image Converter using Tkinter in Python with Source Code - A Python application that utilizes the Tkinter library to display an image converter in a GUI app. The purpose of this application is to assist you in converting images from PNG to JPG or JPG to PNG. 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.

Slot Machine App in Python with Source Code

Submitted by razormist on
Slot Machine App in Python with Source Code - A simple Python application that displays in a terminal console to showcase the function of a slot machine. This application replicates the functionality of a real slot machine, requiring the player to hit a specific pattern of three symbols in order to win. Python Source Code.

File Data Converter App in Python with Source Code

Submitted by razormist on
File Data Converter App in Python with Source Code - A Python application that can allow you to perform conversions of various file size units. The purpose of this application is to provide you with an accurate and efficient method for converting any type of file size. 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.