-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from Schrodinger-Hat/main
Added README.md
- Loading branch information
Showing
1 changed file
with
47 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,47 @@ | ||
# ImageGoNord client | ||
|
||
ImageGoNord is a tool that can convert your rgb images to nordtheme palette. | ||
|
||
You can find more information here: [ImageGoNord](https://github.com/Schrodinger-Hat/ImageGoNord) | ||
|
||
This repository is a client, written in python, that can convert any sort of image into a nordtheme palette image. | ||
|
||
## Getting Started | ||
Include any essential instructions for: | ||
|
||
- Getting it: | ||
``` | ||
git clone https://github.com/Schrodinger-Hat/ImageGoNord-cli | ||
``` | ||
|
||
- Install dependencies | ||
``` | ||
pip install -r requirements.txt | ||
``` | ||
- Running it | ||
``` | ||
python src/cli.py --img='<path_to_your_image>' | ||
``` | ||
|
||
The algorithm can take some time (we are working on improving it), you can find the result with the name *nord.png*. | ||
|
||
You can define some more configuration and use different palettes, find more using: | ||
|
||
``` | ||
python src/cli.py --help | ||
``` | ||
|
||
### Contributing | ||
- Follow the contributor guidelines | ||
- Follow the code style / requirements | ||
- Format for commit messages | ||
|
||
|
||
# Authors | ||
[TheJoin95](https://github.com/TheJoin95) & [Wabri](https://github.com/Wabri) | ||
|
||
**NOTE**: we are not (yet) affiliated with the Nordtheme or [Arcticicestudio](https://github.com/arcticicestudio). | ||
|
||
# Credits | ||
|
||
[Nordtheme](https://www.nordtheme.com/) |