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
quickmacapp-2025.7.22.tar.gz
(15.7 kB
view details)
Built Distribution
File details
Details for the file quickmacapp-2025.7.22.tar.gz
.
File metadata
- Download URL: quickmacapp-2025.7.22.tar.gz
- Upload date:
- Size: 15.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
b72a477cedc1d225eeed452fdc2eb021710f5092a2dd1b97d480d2e7eb9e680b
|
|
MD5 |
881712bb6d19810e051a9bf97db0ce9b
|
|
BLAKE2b-256 |
f72c80a39f15b22a62ebac6db0e0901268193bc4719e329fbf9eb65fe32cf340
|
File details
Details for the file quickmacapp-2025.7.22-py3-none-any.whl
.
File metadata
- Download URL: quickmacapp-2025.7.22-py3-none-any.whl
- Upload date:
- Size: 17.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
fa695ff0d7eb5684acf3afbb5ce8ec6933000f7b05bfaecda2ba828b2181a77d
|
|
MD5 |
c20b0077664c5b2db1aa34ab27cf3405
|
|
BLAKE2b-256 |
2fc5666f84f4a88e4c24398969cd0aad80bcaf9746097a0a8203b82fd4053368
|