Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leebrian/cardcheck
Learning python by automating the price checks on my magic card collection.
https://github.com/leebrian/cardcheck
Last synced: 8 days 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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-01T22:35:18.000Z (almost 2 years ago)
- Last Synced: 2023-03-24T07:24:12.271Z (over 1 year ago)
- Language: Python
- Size: 161 KB
- Stars: 0
- Watchers: 2
- 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.