clach04

Results 189 issues of clach04

Idea would be to write in the web client a small progressive web app (PWA) that implements the Share Web API client. This would mean users could install fro the...

enhancement

https://github.com/kevinhendricks/KindleUnpack/blob/master/lib/mobi_cover.py#L11 From https://docs.python.org/3/library/imghdr.html > Deprecated since version 3.11, will be removed in version 3.13: The imghdr module is deprecated (see PEP 594 for details and alternatives).

It would be useful if there was an __version__ attribute for the module.

NOTE prerequisite is #24.

Use builtin library where possible. For Python pre 2.6 use a quick and dirty builtin.

Stumbled across https://github.com/mattyribbo/pylcdsysinfo today which has some py3 changes (see https://github.com/dangardner/pylcdsysinfo/network visualize fork activity)

Would depend on #23 being implemented. Support file objects for: * input text file, `filename` param * output PDF file, `output` param - NOTE reportlab Canvas already supports file objects

enhancement
help wanted

I.e. so `import txt2pdf` is an option.

enhancement
help wanted

txt2pdf knows what the dimensions of the pages are once it has loaded the font, page size, margins, etc. A neat/useful option would be to return this information to stdout...

enhancement