🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

ui3

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ui3

UI and other utils for Pythonista iOS app

2021.1.10
PyPI
Maintainers
1

UI utilities for Pythonista (iOS app)

Repository of small UI and other utilities, install with:

pip install ui3

Included with separate docs:

  • anchor - more natural and responsive UI layout creation with anchoring and docking instead of pixel placement
  • controllers - wrappers around various iOS built-in dialogs
  • gestures - Pythonic wrapper around iOS gestures (tap, long press, pinch etc.); includes drag and drop support within and between apps
  • gridview - places subviews in grid that is optimized to show as even rectangles as possible
  • menu - wrapper for iOS 14 button pop-up menus
  • richlabel - use markup to create fancier labels
  • safearea - avoids edges (on iPhones)
  • scripter - generator-driven UI animations
  • sfsymbol - use iOS 14 Apple SFSymbols as icon images; includes a browser of all symbols
  • vector - vector class for easier UI calculations
  • wkwebview - wrapper for WKWebView, to replace legacy ui.WebView

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts