Metadata-Version: 2.1
Name: pixilate
Version: 1.0.2
Summary: converts any image to true color format
Home-page: https://github.com/c00kie17/pixilate
Author: c00kie17
Author-email: anshul1708@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: pillow

# pixilate 

> convert images to true color format using python :bulb:

![](https://user-images.githubusercontent.com/10531093/48068065-d6b29680-e1f7-11e8-8395-cd5434467362.gif)

## Contents
- [Installation](#install)
- [Running](#run)
- [Troubleshoot](#ts)
- [Like](#like)
- [Contributing](#cb)
- [Author](#author)
- [License](#ls)


<a name="install"></a>
## Install :sparkles:

```pip install pixilate```


<a name="run"></a>
## Running :running:

  ```pixilate [filepath] [savetofile]```

 | Param | Type | Description |
| --- | --- | --- |
| filepath | <code>path</code> | The path to the file you want to convert |
| savetofile | <code>bool: 1 or 0</code> | if you want to save your output to a file (defaults to 0) |


<a name="ts"></a>
## Troubleshoot :scream:

If the output seems to be some text or the image doesnt seemed to be colored properly you may have a terminal app that does not support [True Color](https://en.wikipedia.org/wiki/Color_depth#True_color_(24-bit)) , you can find a list of terminal apps that do support it right now [here](https://gist.github.com/XVilka/8346728) and many others working on them.

<a name="like"></a>
## Like :+1:
If you found this interesting, leave a star :star:

<a name="cb"></a>
## Contributing :books:

Contributions welcome; Please submit all pull requests the against master branch.

<a name="author"></a>
## Author :monkey:

[c00kie17](https://github.com/c00kie17)

<a name="ls"></a>
## License :page_with_curl:

 - [**MIT**](http://opensource.org/licenses/MIT)



