Metadata-Version: 2.1
Name: custom-color-palette
Version: 0.1.1
Summary: Creates a custom color palette
Home-page: https://github.com/joaohenry23/custom_color_palette
Author: Joao Henry Huamán Chinchay
Author-email: joaohenry23@gmail.com
License: BSD 3-Clause
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Requires-Python: >=2.7
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: matplotlib

# custom_colors_palette
Python script to create a custom colors palette.
<br><br>

# latest version
0.1.1
<br><br>

# Requirements
- Numpy
- Matplotlib
<br><br>

# Usage
See the next jupyter notebook [examples](https://github.com/joaohenry23/custom_color_palette/blob/master/examples/examples.ipynb).
<br><br>

# Installation
You can install **custom_color_palette** on Python 2 or 3 on Linux, Windows or other, using the following commands.
\
\
Using PIP:
```
pip install custom-color-palette

```
\
From github with clone.
```
clone https://github.com/joaohenry23/custom_color_palette.git
cd custom_color_palette
python setup.py install

```
\
Or also from github downloading **custom_color_palette-master.zip** and following the next commands.
```
unzip custom_color_palette-master.zip
cd custom_color_palette-master
python setup.py install

```
<br>

**Check if package was installed**

```
pip show custom-color-palette
```
<br>

**Update to the latest version**

```
pip install --upgrade custom-color-palette
```
<br><br>

# Support
If you have any questions, do not hesitate to write to:
```
joaohenry23@gmail.com

```



