Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 246 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 246 Bytes

cara install

> python3 -m pip install phlogo

Cara Pakai

> python3
>>> from phlogo import generate
>>> result=generate("Krypton","Byte")
>>> result.save("result.png")