Creating a program to allow me to better manage my Magic cards and even make decks from it.

This commit is contained in:
2025-06-03 17:00:24 -04:00
commit b537a2f844
10 changed files with 1388 additions and 0 deletions

3
requirements.txt Normal file
View File

@ -0,0 +1,3 @@
requests>=2.28
SQLAlchemy>=2.0 # if youre still using SQLAlchemy for caching; otherwise use stdlib sqlite3
Pillow>=9.0