-
Create a Python virtual environment:
python -m venv venv
-
Activate the virtual environment:
- On Windows:
venv\Scripts\activate
- On macOS and Linux:
source venv/bin/activate
- On Windows:
-
Install the required packages:
pip install -r requirements.txt
This will set up a clean Python environment with all the necessary dependencies for the LeetCode Tracker.
To start the app, simply run:
python start_app.py
I won't spoil the fun, but you'll find the features you need and if you want extra features, just ask Claude!