A Python project for experimenting with stock data analysis and trading strategies.
- Fetch and analyze stock market data + visualization
- ...
- Python 3.12+
- uv package manager
-
Clone the repository:
git clone https://github.com/yourusername/py-stock-playground.git cd py-stock-playground -
Create a virtual environment and install dependencies using uv:
uv sync
-
Run the project:
cd src python ./app.py
MIT License
