...

Databse Management with Python TKinter

Here is my work on a program that can handle a collection of scripts in python from a database. I used SQLite as database for saving blobs. SQLite is a lightweight database and at the same time, is also very fast, even faster than direct filesystem IO.

New scripts or new ducuments can be uploaded into database and all database operations can be performed to manipulate python scripts residing in database. All operations can be performed through menus through a GUI environmant that is build by TKinter library.

This python program helped me a lot to collect useful scripts and documents and keep them in a database, that helped me alot in writing codes day by day.

The current version is built on Unix\Linux and can also be used on Windows platforms with some modifications. Here are some snapshot from program, if you think that it is useful, contact me and I will send a copy of that for your own personal use. Please don't use it for business purpose.

Quick view of program:

The source code is private and will be available upon your request.