Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 226 Bytes

File metadata and controls

16 lines (11 loc) · 226 Bytes

DevAnalyzer

Gives generic insight to a developer via Github profile

Virtual Environment

python3 -m venv .venv
source .venv/bin/activate

Install Dependencies

pip install -r requirements.txt