Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 715 Bytes

README.md

File metadata and controls

39 lines (26 loc) · 715 Bytes

Star-Track


star track logo

👋 hello

Star-Track is a user-friendly utility for tracking GitHub repository statistics.

💻 install

  • clone repository

    git clone https://github.com/SkalskiP/star-track.git
  • setup python environment and activate it [optional]

    python3 -m venv venv
    source venv/bin/activate
  • install required dependencies

    pip install -r requirements.txt

⚙️ execute

python -m startrack.app