From 3a53c27887ebed52d6e1d092f97e0c09b25be165 Mon Sep 17 00:00:00 2001 From: bzorn Date: Wed, 22 Nov 2023 17:43:37 +0300 Subject: [PATCH 1/3] updated requirements --- requirements/dev.txt | 11 +++++++++++ {requiremnts => requirements}/prod.txt | 0 requiremnts/dev.txt | 4 ---- 3 files changed, 11 insertions(+), 4 deletions(-) create mode 100644 requirements/dev.txt rename {requiremnts => requirements}/prod.txt (100%) delete mode 100644 requiremnts/dev.txt diff --git a/requirements/dev.txt b/requirements/dev.txt new file mode 100644 index 0000000..9883db8 --- /dev/null +++ b/requirements/dev.txt @@ -0,0 +1,11 @@ +-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 \ No newline at end of file diff --git a/requiremnts/prod.txt b/requirements/prod.txt similarity index 100% rename from requiremnts/prod.txt rename to requirements/prod.txt diff --git a/requiremnts/dev.txt b/requiremnts/dev.txt deleted file mode 100644 index 9d0a649..0000000 --- a/requiremnts/dev.txt +++ /dev/null @@ -1,4 +0,0 @@ --r prod.txt -flake8>=6.1.0 -flake8-quotes>=3.3.2 -pep8-naming>=0.13.3 \ No newline at end of file From 369c8b8dddb1ccae393ae1813c5f1ee3f649f20b Mon Sep 17 00:00:00 2001 From: bzorn Date: Sat, 2 Dec 2023 11:52:47 +0300 Subject: [PATCH 2/3] updated README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7c2a026..c8cb668 100644 --- a/README.md +++ b/README.md @@ -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 (🇷🇺) @@ -28,7 +28,7 @@ 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) | |-----------------------------------------|-----------------------------------------|-----------------------------------------| \ No newline at end of file From 60a712977965e3924e8cd9bf7dd6bad85d756188 Mon Sep 17 00:00:00 2001 From: bzorn Date: Mon, 4 Dec 2023 16:52:44 +0300 Subject: [PATCH 3/3] updated README.md --- README.md | 24 +++++++++++++++++++++++- requirements/dev.txt | 21 +++++++++++---------- 2 files changed, 34 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index c8cb668..afbc3f7 100644 --- a/README.md +++ b/README.md @@ -31,4 +31,26 @@ Open source manga and ranobe reading application ## Screenshots | ![nl_1](./.github/Screenshots/nl_1.png) | ![nl_2](./.github/Screenshots/nl_2.png) | ![nl_3](./.github/Screenshots/nl_3.png) | -|-----------------------------------------|-----------------------------------------|-----------------------------------------| \ No newline at end of file +|-----------------------------------------|-----------------------------------------|-----------------------------------------| + +## 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 + ``` \ No newline at end of file diff --git a/requirements/dev.txt b/requirements/dev.txt index 9883db8..5f7d9e9 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -1,11 +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 \ No newline at end of file +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 \ No newline at end of file