erkin / ponysay

Pony rewrite of cowsay.
GNU General Public License v3.0
1.19k stars 81 forks source link

Make PonySay available as Python module #273

Open dluciv opened 6 years ago

dluciv commented 6 years ago

E.g. it should be available to do (from any Python program) as follows:

import ponysay
ps = ponysay.Ponysay()
... the stuff in pythonic way rather then in shell way...

P.S. Issues about pip and PyPi are likely more general than this one.

loxaxs commented 5 years ago

248 #264 #273

dluciv commented 5 years ago

Sounds like a brainstorm, but supporting Windows will be also nice =)