From 3b9f830d955443479519c130aefd3692667c5f8f Mon Sep 17 00:00:00 2001 From: Mez Date: Sun, 31 Aug 2025 08:50:45 +0100 Subject: [PATCH] List some features in the readme --- README.org | 7 +++++++ 1 file changed, 7 insertions(+) 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=)