TrueMyst / BeatPrints

☕ BeatPrints, a tool that generates eye-catching pinterest-style music posters in python
Other
46 stars 6 forks source link

PyPI release? #8

Open aclark4life opened 5 months ago

aclark4life commented 5 months ago

This looks cool! Have you considered doing a PyPI release? Need any help with that?

TrueMyst commented 5 months ago

Wait, oh my god! I can't believe that it's the creator of Pillow himself. Yes, I do plan to release it in PyPi and put it on a website, maybe! Haha, there is a lot of work to do.

But I'm really glad that you took your time out and checked my project out. This means a lot to me ❤️

TrueMyst commented 5 months ago

This looks cool! Have you considered doing a PyPI release? Need any help with that?

Oh of course yes, if you want to help me out, that'll be awesome!

Magniquick commented 3 months ago

Just my two cents, but pipx + github might be a better choice for this - no need to mess around PyPI stuff, mess with releases (releases don't make much sense for a thing like this imho), and it feels nicer too. (Also hola myst ! Nice to see stuff going well here - I'll be free to jump here in two weeks or so.)

TrueMyst commented 3 months ago

Just my two cents, but pipx + github might be a better choice for this - no need to mess around PyPI stuff, mess with releases (releases don't make much sense for a thing like this imho), and it feels nicer too. (Also hola myst ! Nice to see stuff going well here - I'll be free to jump here in two weeks or so.)

Hmm this makes sense to me, but what about those people who wants to use it as a module?

Magniquick commented 3 months ago

who would though ? It's supposed to be a self contained app right ? also, pip can do it from git repos too iirc.

TrueMyst commented 3 months ago

who would though ? It's supposed to be a self contained app right ? also, pip can do it from git repos too iirc.

Hmm sounds good to em :)), I'll start working on that

aclark4life commented 3 months ago

I would still love a PyPI release! My kingdom for pip install beatprints or if I wanted isolation, I'd install it with pipx install beatprints.

TrueMyst commented 3 months ago

I would still love a PyPI release! My kingdom for pip install beatprints or if I wanted isolation, I'd install it with pipx install beatprints.

I would like to release it as pipx tool. Though I need some help if you want it as a pip package :))

I'll be really glad to see the support for that.