- A program that gives the developer the ability to document (their/others) knowledge and important code snippets in easy, readable and organized manner.
- Gather your under-development projects in one place for easy access and control.
=== Setup ===
-
Install Python 3.10.0. To run the Python Code useing a compatible Code Editor.
-
SQLite3 module is needed for application to work, No worries about the tables it will be created automatically in file named (database.db).
-
Check if tkinter Python Package is installed. (
pip install tkinter
) -
Run GUI.py to launch application.
=== Folder Structure ===
-
GUI.py > Contains the app.
-
scroll.py > An open-source code by mp035 which simply makes frames scrollable.