PyUx - Pure Python UI module #127
Replies: 4 comments 6 replies
-
|
@sbbosco, How can I install pyux-ios on an iPhone after installing rubicon-objc? Description: Could someone provide a step-by-step guide for installing pyux-ios on iOS? Are there any additional dependencies, configuration steps, or limitations when using it with Pythonista or other iOS Python environments? Any guidance or examples would be greatly appreciated. Thank you! |
Beta Was this translation helpful? Give feedback.
-
|
Hello, Thanks for the help. I have successfully installed pyux-ios and resolved my installation issues. I would now like to learn more about the project. Is there any official documentation, user guide, or tutorial available for pyux-ios? In particular, I am interested in:
Any documentation, tutorials, or example projects would be greatly appreciated. Thank you! |
Beta Was this translation helpful? Give feedback.
-
|
SmartExpense – A Project Built with pyux-ios Hello, I have successfully installed pyux-ios and I am currently developing an application called SmartExpense, a personal expense tracker for iPhone. I would also like to share a preliminary mockup (prototype) of the application. My goal is to build a modern and intuitive interface using pyux-ios and to explore its capabilities for developing native-looking iOS applications in Python. I am interested in learning more about the project and would appreciate any available documentation, tutorials, examples, or best practices that could help me during the development of SmartExpense. Thank you for creating and maintaining this project. I look forward to learning more about pyux-ios. Attached: Preliminary mockup of SmartExpense developed with pyux-ios. |
Beta Was this translation helpful? Give feedback.
-
|
@sbbosco This makes a lot of sense in making ui compatible and more aligned as well as the dev/user experiences closer across apps. Great work and cool project! Does it support or do you have plans to support .pyui files? Could see something for converting or approximating these being useful for completeness or supporting projects fully from Pythonista. A drop in single line replacement for Also I’m curious if you do anything special to make rubicon work? I mention as when I’ve tried to pip install this previously I’ve found I’ve needed to modify it slightly to allow Pythonista import/load it for me. |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
PyUx is a UI module for iOS written in pure Python.
https://github.com/sbbosco/pyux-ios
Features
Compatibility
PyUx has been successfully tested with Pythonista, Pyto and Toga.
Scripts are generally compatible with Pythonista scripts. Many existing scripts may only need a simple change to a few import statements.
Requirements
The only requirement is rubicon-objc.
Beta Was this translation helpful? Give feedback.
All reactions