Metadata-Version: 2.1
Name: lospec2aseprite
Version: 0.1.1
Summary: Import palettes from Lospec to Aseprite
Home-page: https://github.com/Konosprod/lospec2aseprite
License: MIT
Author: Konosprod
Author-email: konosprod@free.fr
Requires-Python: >=3.7,<4.0
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Utilities
Requires-Dist: beautifulsoup4 (>=4.9.1,<5.0.0)
Requires-Dist: progressbar2 (>=3.51.4,<4.0.0)
Requires-Dist: requests_download (>=0.1.2,<0.2.0)
Description-Content-Type: text/markdown


# lospec2aseprite

Import a lospec palette into aseprite, personal use, feel free to read and modify this for your own needs

## How to use

`# lospec2aseprite [URL]`

It will automaticaly create an extension per author and add the palette. If several palettes for an author are added, it automatically update the extension. You have to restart Aseprite between adds.

## How to install

### Via `pip`

`pip install lospec2aseprite`

### Via the sources

* `git clone https://github.com/Konosprod/lospec2aseprite.git`
* `cd lospec2aseprite`
* `poetry install`


