A desktop application built with Python, Tkinter, and SQLite that implements a simple Library Management System. It provides a login screen, a main menu, and functional CRUD modules for managing Books ...
A desktop E-Wallet application built with Python, featuring a Tkinter GUI, SQLite database, and unit testing. Users can register, log in, deposit money, send money, pay bills, buy mobile packages, and ...
SQLite has an incredibly small footprint. The database itself, its DLLs and the complimentary diff and analyzer tools are less than 15 MB in size. It's perfect for small mobile devices, advanced ...