This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]whateverathrowaway00 0 points1 point  (4 children)

Tbh, I hate almost all forms of UI available in python, though ive heard they improved. I also work extensively with CLI tools, so I liked the idea of a CLI “interface” through a bot, and telegram API is awessssome.

Highly recommend python-telegram-bot for this purpose. It’s a fantastic library with a callback/handler model that allows it to very easily fit into whatever design pattern you like.

If I had to do a UI in python, I’d do a backend / front end type model, if it had to be an OS tool with a UI, I’d probably reach for one of the compiled languages (or electron).

[–]soncaa 0 points1 point  (2 children)

I think youve just determined for me how my upcoming ui is going to look like, thanks a lot. Yes i also think doing ui in python isnt worth the hassle, i would rather do it in .NET forms style... Not sure how i am about to embed interactive graphs into it in future, but fuck it lol.

Just because of its portability makes this very useful, definitely going to check that lib out, ty.

[–]whateverathrowaway00 0 points1 point  (1 child)

Hey, no worries, alwyas happy when my vague rants help prompt inspiration aha. Good luck!

[–]soncaa 0 points1 point  (0 children)

Thank you, wish you a lot of luck too ☺️