Manga reader written in Python.
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
- Download the latest release from here
- Unzip the file
- Run
Nunnix-Manga.exe
file
# 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
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
- 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