JJTech0130 / pypush

[being rewritten] Cross-platform iMessage POC
https://discord.gg/BVvNukmfTC
Other
3.52k stars 397 forks source link

Create a basic GUI for people to use. #73

Closed Pinball3D closed 1 month ago

Pinball3D commented 7 months ago

This is a basic GUI to send messages with effects. Very simple, does not support all features yet.

Kasherpete commented 7 months ago

This looks pretty cool, we don't have an API to work with yet (at least not easily usable) but this does look promising. I've got a branch in my fork that introduces a simple API and a TUI work-in-progress, though it's a bit dated by now. Once we get everything merged together and an API written up, this would be a good thing to look at.

Might I recommend PyQT, it's compatible with the QT builder and some other luxuries, unless you don't know QT and already are good with TKinter.

Xynonners commented 6 months ago

Maybe flet would be a good option for a nice looking UI?

JJTech0130 commented 1 month ago

This is really cool, but honestly it should go in another repository. Once pypush is rewritten, I'd be happy to work on something like that.