List some features in the readme

This commit is contained in:
mez 2025-08-31 08:50:45 +01:00
parent b075677ca8
commit 3b9f830d95

View file

@ -1,6 +1,13 @@
* tcg
Python scripts to generate a mobile-friendly static site for tracking tcg cards (designed for [[https://colors-tcg.dreamwidth.org][colors]]).
** Features
- Mobile-frendly by default
- Built in light/dark mode depending on device settings
- No JavaScript except on the card search page
- Automatic categorisation of cards, decks, portfolios etc.
- Various tools to generate game comments, art shop requests, trade requests etc.
** Instructions
*** Requirements
- =python3= (needs the following libraries: =bs4, collections, datetime, itertools, os, random, re, requests=)