Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 222 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 222 Bytes

graph-viewer

Graph viewer made in Python with Qt. 🐍

Screenshot

Requirements:

  • Python 3
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
python main.py