SQLite

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

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.

Resort Reservation System in PHP and SQLite3 Source Code Free Download

Submitted by oretnom23 on
This simple project is entitled Resort Reservation System. It is a simple web application that provides an automated platform for certain resort management to easily store and retrieve reservation records. It was mainly developed using PHP Language and SQLite3 Database. It has a simple and pleasant user interface using Bootstrap v5 Framework. The project contains CRUD (Create, Read, Update, and

Visitor Management System in PHP and SQLite3 Source Code Free Download

Submitted by oretnom23 on
This project is entitled Visitor Management System. It is an automated platform for a certain establishment for recording and managing the daily visitors' records. This system was mainly developed using PHP Language and SQLite3 Database. It has a pleasant user interface using Bootstrap v5 Framework. It consists of multiple easy-to-use features and functionalities. How does the Visitor Management

Simple Task Allocation System using PHP and SQLite Source Code Free Download

Submitted by oretnom23 on
This simple project is entitled Task Allocation System. It is a simple web application that was mainly developed with PHP Language and SQLite database. The system's main purpose is to provide a certain company or organization with a platform to manage/allocate/assign their employees tasks. This mini-project has a pleasant user interface with the help of Bootstrap Framework. It consists of useful

Simple Task Manager App in Python Free Source Code

Submitted by razormist on
Simple Task Manager App in Python Free Source Code - A simple Python project that can record your daily task by adding the task detail to store into database. This project can be use when you want to record your task list in order to organize the your work for the day. Python Free Source Code.

Simple Contact Management System with SQLite in Python Free Source Code

Submitted by razormist on
Simple Contact Management System with SQLite in Python Free Source Code - A simple contact manage system that tends to secure all your contact information. This system uses CRUD to modify the contact record by adding new record, deleting existing record, updating current record, etc. Python Free Source Code.

Student Management System using Tkinter in Python Free Source Code

Submitted by razormist on
Student Management System using Tkinter in Python Free Source Code - A simple system that can manage and manipulate the student information. The system use a SQLite database in order to secure the data process and protect the storing. Python Free Source Code.

School Intramurals - Student Attendance Management System using PHP and SQLite

Submitted by oretnom23 on
This project is entitled Intramural's Student Attendance Management System. It is a web-based application developed in PHP and MySQL Database that manages certain College School or University's Student Attendance for their Intramural. It has a simple and pleasant user interface using the Bootstrap v5 Framework. It also consists of user-friendly features and functionalities. How does the Intramural

Creating CRUD Operation using PHP OOP Approach and SQLite3 Database Tutorial

Submitted by oretnom23 on

Introduction

In this tutorial, you will learn how to create a CRUD (Create, Read, Update, and Delete) Operation using PHP OOP Approach and SQLite3 Database. This tutorial aims to provide the IT/CS students or those who are new to PHP Language a reference to learn with for learning and enhancing their programming capabilities.