Python

Work Search Game using Tkinter in Python with Source Code

Submitted by razormist on
Work Search Game using Tkinter in Python with Source Code - This is a straightforward Python game application that utilizes the tkinter library to create a Word Search puzzle. The game is quite simple; your task is to find the given words within the word grid. Python Source Code.

Health Diagnosis Management System in Python with Source Code

Submitted by razormist on
Health Diagnosis Management System in Python with Source Code - This is a simple Python system that utilizes SQLite to store patient details in a database. The system categorizes patient diseases into three main branches: Virus, Bacteria, and Injury. Below is the Python source code

Video Transcription Video Application using Python Source Code Free Download

Submitted by wshopcode on
This project is titled Video Transcription Option. The provided code establishes a PySimpleGUI window featuring an input field for choosing an MP4 video file, a "Transcribe" button for initiating the transcription process, and an area to display the transcript. Upon selecting a video and clicking "Transcribe," the code will exhibit the transcription within the graphical user interface (GUI). It's

Simple Mancala Game in Python Free Source Code

Submitted by razormist on
Simple Mancala Game in Python Free Source Code - A simple board game that can be played by two players on a wooden board containing six pits. The game is very simple: each player takes turns placing their seeds, and the player with the most seeds stored will win the game. Python Free Source Code.

Simple Library Management System GUI using SQLite in Python Free Source Code

Submitted by razormist on
Simple Library Management System GUI using SQLite in Python Free Source Code - A simple Python system that can manage your library store. This system can provide you with an efficient way of managing the records of your books and issuing books to customers. Python Free Source Code.

Sudoku Game using Tkinter in Python Free Source Code

Submitted by razormist on
Sudoku Game using Tkinter in Python Free Source Code - This is a simple game that uses the Tkinter library to recreate the Sudoku game as a Python application. This project is a logic-based mathematical program where you need to solve the missing numbers in the grid to match the corresponding columns and rows. Python Free Source Code.

Hotel Billing System using Tkinter in Python Free Source Code

Submitted by razormist on
Hotel Billing System using Tkinter in Python Free Source Code - A simple Python system that uses the Tkinter library to create a Hotel Billing application capable of generating receipts. This system utilizes CRUD functions to manage product data manipulation, including updates, deletions, and more. Python Free Source Code

Simple Sale Management System in Python using CSV Free Source Code

Submitted by razormist on
Simple Sale Management System in Python using CSV Free Source Code - A simple Python system that can manage your sales and inventory products. This system uses basic data manipulation techniques, including adding, reading, updating, and deleting records from the CSV database. Python Free Source Code.

Simple Password Generator App using Tkinter in Python

Submitted by razormist on
Simple Password Generator App using Tkinter in Python - A simple python application that use tkinter library to create a secured random password generator app. This application uses a random function that will randomize the generation of available characters. Python Free Source Code.