A very janky downloader for Cardboard Translations ebooks
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 11 lines 241 B view raw
1[project] 2name = "cardboard-downloader" 3version = "0.1.0" 4description = "Add your description here" 5readme = "README.md" 6requires-python = ">=3.13" 7dependencies = [ 8 "beautifulsoup4>=4.14.3", 9 "ebooklib>=0.20", 10 "pillow>=12.2.0", 11]