Skip to content

fweig/nocomic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nocomic

Minimal manga reader that uses the browser to display images.

Dependencies

pip3 install pillow

Usage

python3 nocomic.py <PathToArchiveOrFolder>

Read at http://localhost:8080. Use Ctrl+C to exit.

Use arrow keys to navigate. Only supports right-to-left reading order at the moment.

Supported are cbz/zip-files and unpacked comic-archives (single folder containing only images).

Alternatively you may also open a folder containing any of the files above. In that case files are read in alphabetical order. Useful for reading series. Progress is saved.

Upscaling

Also includes upscale.py, a small wrapper around waifu2x to easily upscale comic archives.

Installation:

Usage:

python3 upscale <Folder>

This command creates a folder <Folder>_upscaled with all comic archives passed through waifu2x.

Releases

No releases published

Packages

No packages published

Languages