Note: As I balance professional work with personal projects, my available time is limited. Nevertheless, I hope this content clearly shows my enthusiasm for Linux and software development. Thank you for your understanding.


Database ID Saver (2024)

Database ID Saver is an application I developed while working at a distributor company to securely archive customer IDs in a safe place.

It is based on a SQLite3 serverless database for portability and ease of use. The application is lightweight and built with Python Tkinter.

👉 🔍 Click the images for a clearer view.


Database ID Saver

The main display of the application.

This is dummy data used for demonstration purposes in the ID saving process.

The ID has been processed and successfully stored in the database.

The number of rows increased from 221 to 222.

About my application.


Source Package Structure

The application is designed using a standardized MVC pattern, which makes maintenance easier in the future, including adding new features, debugging, and collaborating with other programmers.


Distribution Ready Binary

For ease of deployment, I use a binary file, so users only need to click the “ID Saver” desktop file to run the application. It also supports running on Windows as well as Linux.