Metadata-Version: 2.1
Name: dpop
Version: 0.0.2
Summary: Dancing Pile-Of-Poo Gif Generator
Home-page: https://github.com/hamukazu/dpop
Author: Kimikazu Kato
Author-email: kimikazu@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pillow (>=9.0.0)
Provides-Extra: dev
Requires-Dist: flake8-black (>=0.3.2) ; extra == 'dev'
Requires-Dist: mypy (>=0.931) ; extra == 'dev'
Requires-Dist: isort (>=5.10.1) ; extra == 'dev'
Requires-Dist: pytest (>=7.0.1) ; extra == 'dev'
Requires-Dist: setuptools (>=60.9.3) ; extra == 'dev'
Requires-Dist: types-Pillow (>=9.0.0) ; extra == 'dev'
Requires-Dist: types-setuptools (>=57.4.9) ; extra == 'dev'

# dpop
（[日本語](README.ja.md)）

dpop stands for Dancing Piles of Poo. This program saves a gif image which shows dancing poos

Sample of output:

![dancing pile of poo](https://github.com/hamukazu/dpop/blob/main/dpop.gif)

## How to Use

This work in the following platforms. The only platform dependent part is the specification of the font.

- macOS
- Linux
  - Needs `/usr/share/fonts/truetype/ancient-scripts/Symbola_hint.ttf`
  - Install the font beforehand
- Windows

This works on Python3.

To install, enter the command as follows:

```shellsession
> pip install dpop
```

Enter as follows to generate a gif file:
```shellsession
> dpop
```

There are some options. To see the options, enter:

```shellsession
> dpop --help
```



