A modern, interactive command-line tool for managing SQLite databases.
This tool allows you to create, edit, and explore .db files easily using Python.
- Create, rename, and delete databases or tables
- Add, rename, and remove columns
- Insert, search, update, and delete data
- Colorful and user-friendly terminal menus
- Automatically detects all
.dbfiles in the current directory - Pretty table printing using the
tabulatelibrary (with fallback if not installed)
- Clone the repository:
python DB_Manager.py
Developed by Ali Emad (asgard)
