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
Provides-Extra: dev
License-File: LICENSE

# 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
```



