shehab-fekry / Developer-WorkSpace

A program to document code snippets and control the under-development projects.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Developer-WorkSpace

  • 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 ===

  1. Install Python 3.10.0. To run the Python Code useing a compatible Code Editor.

  2. SQLite3 module is needed for application to work, No worries about the tables it will be created automatically in file named (database.db).

  3. Check if tkinter Python Package is installed. (pip install tkinter)

  4. Run GUI.py to launch application.

=== Folder Structure ===

  1. GUI.py > Contains the app.

  2. scroll.py > An open-source code by mp035 which simply makes frames scrollable.

About

A program to document code snippets and control the under-development projects.


Languages

Language:Python 100.0%