Skip to content

Commit

Permalink
Init project
Browse files Browse the repository at this point in the history
Split from the project, extcolors:
https://github.com/CairX/extract-colors-py

The intention of the split is to be able to utilise the color conversion
in other projects, as well as turn it into a command line interface.
  • Loading branch information
CairX committed Sep 18, 2020
0 parents commit cfa0022
Show file tree
Hide file tree
Showing 9 changed files with 766 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* text=auto
17 changes: 17 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# IDE Config
.vscode/

# Python Cache
__pycache__/
*.pyc

# Python Virtual Environment
venv/

# Python egg metadata, regenerated from source files by setuptools.
*.egg-info/
build/
dist/

# tox Enviroment
.tox/
Loading

0 comments on commit cfa0022

Please sign in to comment.