Make it easier to write Mac apps in Python
Project description
Make it easier to write small applications for macOS in Python, using Twisted.
To get a very basic status menu API:
from quickmacapp import mainpoint, Status, answer, quit
from twisted.internet.defer import Deferred
@mainpoint()
def app(reactor):
s = Status("☀️ 💣")
s.menu([("Do Something", lambda: Deferred.fromCoroutine(answer("something"))),
("Quit", quit)])
app.runMain()
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file quickmacapp-2026.2.3.tar.gz.
File metadata
- Download URL: quickmacapp-2026.2.3.tar.gz
- Upload date:
- Size: 15.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8efb8912030307bfb6b203a64216d6e75d4f36f5e4b18f1afbd80401519dec57
|
|
| MD5 |
d63a563284425d75bbc341a3d226865d
|
|
| BLAKE2b-256 |
da09a7090f1d02d47a6e0ed1ab976513cbdfae6663ffed922333d237aa1cc60d
|
File details
Details for the file quickmacapp-2026.2.3-py3-none-any.whl.
File metadata
- Download URL: quickmacapp-2026.2.3-py3-none-any.whl
- Upload date:
- Size: 17.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
46de61fa7ecdaed78d064bbed521f95392473cadea8bd5e800a216c425d19413
|
|
| MD5 |
c2fdbc941619f33b6ed1843631773389
|
|
| BLAKE2b-256 |
ecb3f04c77dc5af7452ce98024811fce57fc5e533023ddf337bda5a435810566
|