https://github.com/leebrian/cardcheck
Learning python by automating the price checks on my magic card collection.
https://github.com/leebrian/cardcheck
Last synced: over 1 year ago
JSON representation
Learning python by automating the price checks on my magic card collection.
- Host: GitHub
- URL: https://github.com/leebrian/cardcheck
- Owner: leebrian
- License: apache-2.0
- Created: 2018-04-03T01:36:14.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-02-01T22:35:18.000Z (over 3 years ago)
- Last Synced: 2025-02-24T08:51:49.478Z (over 1 year ago)
- Language: Python
- Size: 161 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# cardcheck
Learning python by automating the price checks on my magic card collection.
Training repo playing around with python3
## Thanks and references
Using the tooltip library from https://deckbox.org/help/tooltips to show card mouseovers
Using the table filter script from https://www.w3schools.com/howto/howto_js_filter_table.asp to quickly filter out stuff in the report that I do not care about.