An app that tracks sales across Steam and other stores, while also analyzing data about games such as prices, player counts, and more.
Follow the steps below to set up the project. You can use Poetry to manage dependencies and virtual environments or install the required packages from the requirements.txt
file directly.
- Python 3.11+
- Poetry (optional, for dependency management and virtual environment setup)
- Chrome (Sorry :D)
-
Install Poetry: If Poetry is not installed, follow the Poetry installation guide or just:
pip install poetry
-
Clone the Repository:
git clone https://github.com/MinMinhMin/ValvesPal.git cd ValvesPal
-
Install dependencies:
poetry install
If you are not using venv or are using a different dependency manager, use this instead.
You must host a local server on port 5500 to visualize charts.
python -m http.server 5500
or simply download the Live Server extension in Visual Studio Code, then
live-server --port=5500