Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

quickmacapp-2026.2.3.tar.gz (15.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

quickmacapp-2026.2.3-py3-none-any.whl (17.6 kB view details)

Uploaded Python 3

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

Hashes for quickmacapp-2026.2.3.tar.gz
Algorithm Hash digest
SHA256 8efb8912030307bfb6b203a64216d6e75d4f36f5e4b18f1afbd80401519dec57
MD5 d63a563284425d75bbc341a3d226865d
BLAKE2b-256 da09a7090f1d02d47a6e0ed1ab976513cbdfae6663ffed922333d237aa1cc60d

See more details on using hashes here.

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

Hashes for quickmacapp-2026.2.3-py3-none-any.whl
Algorithm Hash digest
SHA256 46de61fa7ecdaed78d064bbed521f95392473cadea8bd5e800a216c425d19413
MD5 c2fdbc941619f33b6ed1843631773389
BLAKE2b-256 ecb3f04c77dc5af7452ce98024811fce57fc5e533023ddf337bda5a435810566

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page