Skip to content

Nunnito/nunnix-manga

Repository files navigation

Nunnix Manga

Manga reader written in Python.

CI Linux build Windows build stable release total downloads

Nunnix Manga is a free and open-source manga reader written in Python.

This is an early alpha release. Bugs are expected. Currently only the browser and manga viewer (not the reader) are working.

For futures features, see the TODO list

Installation

Using Windows binaries

  • Download the latest release from here
  • Unzip the file
  • Run Nunnix-Manga.exe file

Using Linux binaries

# Download the latest release
curl -OL https://github.com/nunnito/nunnix-manga/releases/latest/download/Nunnix-Manga_v0.2.0_linux64.AppImage

# Give executable permissions
chmod +x Nunnix-Manga_v0.2.0_linux64.AppImage

# Run the application
./Nunnix-Manga_v0.2.0_linux64.AppImage

Using Python (3.10+)

If you are using MacOS, you can install the application using the following command:

# Clone the repository
git clone https://github.com/nunnito/nunnix-manga.git

# Change directory to the cloned repository
cd nunnix-manga

# Install dependencies
pip install -r requirements.txt

# Run the application
python3 app/main.py

TODO list

  • Explorer, this contains the search engine
  • Data viewer, this contains the manga information
  • Reader, this contains the manga reader
  • Library, where you can store your manga
  • Downloader, where it will download the manga
  • History, where you can see your history
  • Settings, where you can change the application settings
  • Import from local storage
  • Export to PDF, EPUB and CBZ
  • Light theme