TheRenegadeCoder / image-titler

An image title generator using The Renegade Coder style
https://therenegadecoder.com
GNU General Public License v3.0
17 stars 6 forks source link

Make into a Pip Package #4

Closed jrg94 closed 5 years ago

jrg94 commented 6 years ago

In the same way we turned the wiki generator into a package, let's try making this into a package. That'll make it much easier since we'll be able to pip the script from anywhere by name, and we can build a nice local script for it instead of the nasty shortcut we're using now:

pip install image-titler
image-titler -o /some/output/directory/
hmajid2301 commented 5 years ago

I can look at this.

jrg94 commented 5 years ago

That would be awesome! If you take a look at the wiki generator, I actually push a new version of it to pip via Travis CI every time we increment its version.