Skip to content

Commit cfa0022

Browse files
committed
Init project
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.
0 parents  commit cfa0022

File tree

9 files changed

+766
-0
lines changed

9 files changed

+766
-0
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* text=auto

.gitignore

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# IDE Config
2+
.vscode/
3+
4+
# Python Cache
5+
__pycache__/
6+
*.pyc
7+
8+
# Python Virtual Environment
9+
venv/
10+
11+
# Python egg metadata, regenerated from source files by setuptools.
12+
*.egg-info/
13+
build/
14+
dist/
15+
16+
# tox Enviroment
17+
.tox/

0 commit comments

Comments
 (0)