Skip to content

Commit

Permalink
Merge pull request #1 from Schrodinger-Hat/main
Browse files Browse the repository at this point in the history
Added README.md
  • Loading branch information
BugliL authored Sep 1, 2022
2 parents e01418d + 459b36e commit 2da2aef
Showing 1 changed file with 47 additions and 0 deletions.
47 changes: 47 additions & 0 deletions README.md
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/)

0 comments on commit 2da2aef

Please sign in to comment.