Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/krypton-byte/drawhub
Pornhub Logo Maker with Pillow
https://github.com/krypton-byte/drawhub
generator generators logo maker phlogo pornhub
Last synced: 3 months ago
JSON representation
Pornhub Logo Maker with Pillow
- Host: GitHub
- URL: https://github.com/krypton-byte/drawhub
- Owner: krypton-byte
- Created: 2021-01-03T16:40:31.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-09-20T08:28:36.000Z (over 1 year ago)
- Last Synced: 2024-09-27T13:47:07.080Z (4 months ago)
- Topics: generator, generators, logo, maker, phlogo, pornhub
- Language: Python
- Homepage: https://krypton-byte.me/pyscriptApp/pyhub
- Size: 86.9 KB
- Stars: 6
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
cara install
```bash
> python3 -m pip install phlogo
```Cara Pakai
```bash
> python3
```
```python
>>> from phlogo import generate
>>> result=generate("Krypton","Byte")
>>> result.save("result.png")
```