Make it easier to write Mac apps in Python
Project description
Make it easier to write small applications for macOS (that use Twisted).
To get a very basic status menu API:
from quickmacapp import mainpoint, Status, quit
@mainpoint()
def app(reactor: IReactorTime):
Status("☀️ 💣").menu([("Do Something", lambda: print("something")),
("Quit", quit)])
Packaging this into a working app bundle is currently left as an exercise for the reader.
This was originally extracted from https://github.com/glyph/Pomodouroboros/
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
quickmacapp-2023.2.21.tar.gz
(5.1 kB
view hashes)
Built Distribution
Close
Hashes for quickmacapp-2023.2.21-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 05b5e1c351d2def2e903def9fe36231fbeb6ef5ecf4013e20d30e21f2a0595d7 |
|
MD5 | 5d4e11d612f22dd163cb3cc8cafdd36d |
|
BLAKE2b-256 | 4b103d61aa1247a81ab0d55b89e2607949d7e6f1c68b016ff3af82b4ed997f5f |