diff --git a/README.org b/README.org index 8cf734f..d24d4e7 100644 --- a/README.org +++ b/README.org @@ -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=)