-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'refs/heads/1.10' into dev_1.10
- Loading branch information
Showing
4 changed files
with
186 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
## Nlight | ||
- [Русский](README_ru.md) | ||
- [Украинский](README_uk.md) | ||
|
||
![Nlight](https://github.com/brandonzorn/Nlight/assets/68778953/2e2d3ed8-eef6-4b44-a824-7d38c7a78ea9) | ||
|
||
|
||
Open source manga and ranobe reading application | ||
|
||
## Features | ||
|
||
- Browse, search, and read. | ||
- Filter by genre, kind and sort order | ||
- Shikimori support | ||
- Light and dark themes | ||
- Available in 🇷🇺Russian 🇺🇦Ukrainian and 🇬🇧English languages | ||
|
||
## Currently supported catalogs | ||
|
||
Manga: | ||
- Desu (🇷🇺) | ||
- Shikimori (🇷🇺) | ||
- MangaDex (🇷🇺, 🇬🇧) | ||
- Remanga (🇷🇺) | ||
- MangaLib (🇷🇺) | ||
|
||
Ranobe: | ||
- Rulate (🇷🇺) | ||
- Erolate (🇷🇺) | ||
- Ranobehub (🇷🇺) | ||
|
||
Hentai Manga: | ||
- NHentai (🇬🇧) | ||
|
||
## Screenshots | ||
|
||
|
||
| ![nl_1](https://github.com/brandonzorn/Nlight/assets/68778953/f714165d-5df6-4b38-89a6-02d940172469) | ![nl_3](https://github.com/brandonzorn/Nlight/assets/68778953/1da43e9a-52af-402d-8f30-189f31a31ba2) | ![nl_3](https://github.com/brandonzorn/Nlight/assets/68778953/168f00a3-4174-41ba-8773-4548ef7ced9b) | | ||
|-----------------------------------------|-----------------------------------------|-----------------------------------------| | ||
|
||
## Installation | ||
|
||
1. Clone the project repository: | ||
```bash | ||
git clone https://github.com/brandonzorn/Nlight.git | ||
``` | ||
|
||
2. Navigate to the project directory: | ||
```bash | ||
cd Nlight | ||
``` | ||
|
||
3. Install the required dependencies from the `requirements.txt` file: | ||
```bash | ||
pip install -r requirements.txt | ||
``` | ||
|
||
4. Once the dependencies are installed, you can run the application by executing the `main.py` file: | ||
```bash | ||
python main.py | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
## Nlight | ||
- [Украинский](README_uk.md) | ||
- [English](README_en.md) | ||
|
||
![Nlight](https://github.com/brandonzorn/Nlight/assets/68778953/2e2d3ed8-eef6-4b44-a824-7d38c7a78ea9) | ||
|
||
|
||
Приложение для чтения манги и ранобэ с открытым исходным кодом | ||
|
||
## Функции | ||
|
||
- Просматривайте, ищите и читайте. | ||
- Фильтрция по жанру, типу и порядку сортировки. | ||
- Поддержка Shikimori. | ||
- Светлая и темная тема. | ||
- Доступно на 🇷🇺Русском 🇺🇦Украинском и 🇬🇧Английском языках. | ||
|
||
## Поддерживаемые каталоги | ||
|
||
Манга: | ||
- Desu (🇷🇺) | ||
- Shikimori (🇷🇺) | ||
- MangaDex (🇷🇺, 🇬🇧) | ||
- Remanga (🇷🇺) | ||
- MangaLib (🇷🇺) | ||
|
||
Ранобэ: | ||
- Rulate (🇷🇺) | ||
- Erolate (🇷🇺) | ||
- Ranobehub (🇷🇺) | ||
|
||
Хентай манга: | ||
- NHentai (🇬🇧) | ||
|
||
## Скриншоты | ||
|
||
|
||
| ![nl_1](https://github.com/brandonzorn/Nlight/assets/68778953/f714165d-5df6-4b38-89a6-02d940172469) | ![nl_3](https://github.com/brandonzorn/Nlight/assets/68778953/1da43e9a-52af-402d-8f30-189f31a31ba2) | ![nl_3](https://github.com/brandonzorn/Nlight/assets/68778953/168f00a3-4174-41ba-8773-4548ef7ced9b) | | ||
|-----------------------------------------|-----------------------------------------|-----------------------------------------| | ||
|
||
## Установка | ||
|
||
1. Клонируйте репозиторий проекта: | ||
```bash | ||
git clone https://github.com/brandonzorn/Nlight.git | ||
``` | ||
|
||
2. Перейдите в каталог проекта: | ||
```bash | ||
cd Nlight | ||
``` | ||
|
||
3. Установите необходимые зависимости из файла `requirements.txt`: | ||
```bash | ||
pip install -r requirements.txt | ||
``` | ||
|
||
4. После установки зависимостей вы можете запустить приложение, запустив файл `main.py`: | ||
```bash | ||
python main.py | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
## Nlight | ||
- [Русский](README_ru.md) | ||
- [English](README_en.md) | ||
|
||
![Nlight](https://github.com/brandonzorn/Nlight/assets/68778953/2e2d3ed8-eef6-4b44-a824-7d38c7a78ea9) | ||
|
||
|
||
Додаток для читання манги та ранобе з відкритим вихідним кодом | ||
|
||
## Функції | ||
|
||
- Переглядайте, шукайте та читайте. | ||
- Фільтрція за жанром, типом та порядком сортування. | ||
- Підтримка Shikimori. | ||
- Світла та темна тема. | ||
- Доступно на 🇷🇺Російською 🇺🇦Українською та 🇬🇧Англійською мовами. | ||
|
||
## Підтримувані каталоги | ||
|
||
Манга: | ||
- Desu (🇷🇺) | ||
- Shikimori (🇷🇺) | ||
- MangaDex (🇷🇺, 🇬🇧) | ||
- Remanga (🇷🇺) | ||
- MangaLib (🇷🇺) | ||
|
||
Ранобэ: | ||
- Rulate (🇷🇺) | ||
- Erolate (🇷🇺) | ||
- Ranobehub (🇷🇺) | ||
|
||
Хентай манга: | ||
- NHentai (🇬🇧) | ||
|
||
## Скріншоти | ||
|
||
|
||
| ![nl_1](https://github.com/brandonzorn/Nlight/assets/68778953/f714165d-5df6-4b38-89a6-02d940172469) | ![nl_3](https://github.com/brandonzorn/Nlight/assets/68778953/1da43e9a-52af-402d-8f30-189f31a31ba2) | ![nl_3](https://github.com/brandonzorn/Nlight/assets/68778953/168f00a3-4174-41ba-8773-4548ef7ced9b) | | ||
|-----------------------------------------|-----------------------------------------|-----------------------------------------| | ||
|
||
## Встановлення | ||
|
||
1. Клонуйте репозиторій проекту: | ||
```bash | ||
git clone https://github.com/brandonzorn/Nlight.git | ||
``` | ||
|
||
2. Перейдіть до каталогу проекту: | ||
```bash | ||
cd Nlight | ||
``` | ||
|
||
3. Встановіть необхідні залежності із файлу `requirements.txt`: | ||
```bash | ||
pip install -r requirements.txt | ||
``` | ||
|
||
4. Після встановлення залежностей ви можете запустити програму, запустивши файл `main.py`: | ||
```bash | ||
python main.py | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters