Anthony Forsberg

Results 63 comments of Anthony Forsberg
trafficstars

Maybe change the default working directory to the users home? Something like: `os.chdir(os.path.expanduser("~"))` Will default to the users home under both windows and linux.

Sorry for the late reply. This would most likely work fine: http://mangafox.me/manga/the_breaker_new_waves/ Its been up quite a long time and hasn't been flagged as licensed so its safe to say...

I got one in the works myself currently using Python and Tkinter (because its simple and works on damn near everything) It currently can: - Use either x86 or x64...

Hm.. after some testing I am finding the populate function to be strangely inconsistent, Took a random manga archive, extracted it, and attempted to add it with the populate function;...

Yeah looks like the same issue I ran into, the function does not seem to be meant to be used on a single directory like that but multiple subdirectories. A...

Most legible is: ![s-l1600](https://user-images.githubusercontent.com/1984403/148283487-33c8cd6e-36f2-478a-b9c9-f03a7b343a2a.png) Some of the finer text is an issue though.

I would crack the EPUB open first with 7zip (or an alternative, its just a zip with a different file extension) then check the content.opf and see if the TOC...

> same here Even the rewrite hasn't had changes in almost 10 years and its core library is similarly no longer maintained. Considering how often manga aggregator sites die or...

Would be nice to see this merged, while its not difficult to do: ```python text_box = CTkTextbox() text_box.textbox.get() text_box.textbox.delete('1.0', END) ``` Its unnecessarily verbose (more so depending on imports) and...

All three use a `Label` that is within the main widget which has three columns and are set to the last column so are hardcoded to draw on the right....