Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonzorn committed Dec 4, 2023
2 parents 38854a3 + 60a7129 commit ab430ce
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 8 deletions.
30 changes: 26 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@

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 (🇷🇺)
Expand All @@ -28,7 +28,29 @@ Open source manga and ranobe reading application
Hentai Manga:
- NHentai (🇬🇧)


## Screenshots

| ![nl_1](./.github/Screenshots/nl_1.png) | ![nl_2](./.github/Screenshots/nl_2.png) | ![nl_3](./.github/Screenshots/nl_3.png) |
|-----------------------------------------|-----------------------------------------|-----------------------------------------|
|-----------------------------------------|-----------------------------------------|-----------------------------------------|

## Installation

1. Clone the project repository to your local machine:
```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
```
12 changes: 12 additions & 0 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
-r prod.txt
flake8>=6.1.0
flake8-commas>=2.1.0
flake8-comments>=0.1.2
flake8-dunder-all>=0.3.0
flake8-import-order>=0.18.2
flake8-quotes>=3.3.2
flake8-return>=1.2.0
flake8-use-pathlib>=0.3.0
parameterized>=0.9.0
pep8-naming>=0.13.3
pyinstaller-versionfile>=2.1.1
File renamed without changes.
4 changes: 0 additions & 4 deletions requiremnts/dev.txt

This file was deleted.

0 comments on commit ab430ce

Please sign in to comment.