Программа для работы с SQLite и PostgreSQL.
Клонируйте репозиторий
git clone https://github.com/Gaius-Capito/DBMSworker.git
- Установите и активируйте виртуальное окружение
python -m venv venv
source venv/source/activate
- Установите зависимости из файла requirements.txt
pip install -r requirements.txt
- В папке DBMSworker запустите файл window.py
cd DBMSworker
python3 window.py
Стек: Python3, Tkinter, psycopg2-binary, SQLite.