.flake8
.gitignore
.isort.cfg
.pre-commit-config.yaml
.pylintrc
LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
setup.cfg
assets/icon.png
cs2tracker/__init__.py
cs2tracker/__main__.py
cs2tracker/_version.py
cs2tracker/constants.py
cs2tracker/main.py
cs2tracker.egg-info/PKG-INFO
cs2tracker.egg-info/SOURCES.txt
cs2tracker.egg-info/dependency_links.txt
cs2tracker.egg-info/entry_points.txt
cs2tracker.egg-info/requires.txt
cs2tracker.egg-info/top_level.txt
cs2tracker/app/__init__.py
cs2tracker/app/application.py
cs2tracker/app/editor_frame.py
cs2tracker/app/scraper_frame.py
cs2tracker/data/config.ini
cs2tracker/data/convert_inventory.js
cs2tracker/data/get_inventory.js
cs2tracker/data/output.csv
cs2tracker/scraper/__init__.py
cs2tracker/scraper/background_task.py
cs2tracker/scraper/discord_notifier.py
cs2tracker/scraper/parsers.py
cs2tracker/scraper/scraper.py
cs2tracker/util/__init__.py
cs2tracker/util/padded_console.py
cs2tracker/util/price_logs.py
cs2tracker/util/validated_config.py