StockSimulator is a Python-based trading simulator where users receive a virtual budget (e.g., 100,000 SEK) and can buy/sell stocks or cryptocurrencies using real market data. The project is designed to demonstrate object-oriented programming, API integration, data analysis, and visualization.
Stars
4
Forks
1
Watchers
4
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
99
commits
35
commits
34
commits
26
commits
13
commits
chore(dev): add requirements-dev with test and lint tools
e196b68View on GitHubtest(logger): avoid console handler assertions in test mode
267770eView on GitHubfix(logger): make init_logging test-aware and keep pytest output quiet
93da9c1View on GitHubtest(conftest): enable test mode and disable default file logging
25f0368View on GitHubtest(market_data): silence vulture for mock side_effect
797799dView on GitHub