FooSoft / mangle

Manga processor for the Kindle e-book reader.
https://foosoft.net/projects/mangle
Other
124 stars 24 forks source link

Add: left=>right split, Kobo Aura h2o and fix natsort sorting #18

Closed naparuba closed 9 years ago

naparuba commented 9 years ago
naparuba commented 9 years ago

Here is the code to mainly add the left then right split and fix natural sorting

And also manage my personnal ereader ^^ (other resolution than kindle ones)

I'm looking how to generate the .exe, if you have documentation about it, I'm interested :)

FooSoft commented 9 years ago

Merged :+1:

As far as the executable goes, all you have to do is download Py2Exe and run the setup.py file in the root dir.

naparuba commented 9 years ago

Hi,

Seems that py2exe and win64 is not working well. I have a windows 32 at home, will build from there :)

Ps: I did send another PR because I forgot to reference the new img/book.png in the setup.py file.

On Fri, Sep 25, 2015 at 6:28 PM, Alex Yatskov notifications@github.com wrote:

Merged [image: :+1:]

As far as the executable goes, all you have to do is download Py2Exe and run the setup.py file in the root dir.

— Reply to this email directly or view it on GitHub https://github.com/FooSoft/mangle/pull/18#issuecomment-143383577.

FooSoft commented 9 years ago

Yeah, I think you have to have 32 bit installs of python and all the libs. Packaging on Windows is annoying.