A python library that allow you to build swiftUI apps using python.
Project description
swoopyui
swoopyui is a python library that enable developers to easily build swiftUI apps only in python. Its not need any swiftUI experience.
Platforms | Support |
---|---|
MacOS | ✅ |
MacOS(Designed for iPad) | ✅ |
iOS & iPadOS | ✅ |
AppleTV | 🚧 |
AppleVision | 🚧 |
AppleVision(Designed for iPad) | ✅ |
installation
Enter this on terminal to install this package:
pip install swoopyui --upgrade
usage and examples
To make sure that you are not OVERTHINKING about the ease of this, Check this simple hello, world
app:
from swoopyui import View, Text, app
def main (view:View):
view.add(Text("Hello, world!"))
app(target=main)
Start with this learning-roadmap:
Publishing and previewing
- Previewing
During the development, you want to real-time check your app to see how its behaves and look. Swoopyui porovide a very awesome way to preview and test your app before the development. In macOS, soon as you run your python script, you will get a swoopyui window with latest script changes.
For testing in iOS and other platforms, you can check this page: swoopyui preview.
- Publishing
You can deploy and publish your swoopyui project into iOS, iPadOS, macOS and visionOS. To read more about publishing your swoopyui script into a standalone application, read this page: swoopyui publishing.
⚠️ help and contribute wanted!!
- A Secure connection strategy.
Thanks, good luck..
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
File details
Details for the file swoopyui-2.2.tar.gz
.
File metadata
- Download URL: swoopyui-2.2.tar.gz
- Upload date:
- Size: 343.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4af39ee68e43c81fe95f1b74486a5a88c5528517e12ce171c9950de4d91030a2 |
|
MD5 | 8ea516cc695108a87ce9c3adc4f176c3 |
|
BLAKE2b-256 | 203f6ea021848ad783aee399fdc8678fbc6fa0f98f6de9f07db4a1aa1a07872a |
File details
Details for the file swoopyui-2.2-py3-none-any.whl
.
File metadata
- Download URL: swoopyui-2.2-py3-none-any.whl
- Upload date:
- Size: 354.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 438e8217ec49892d22c6787245bd4c62f16e8066094e1e6132361d9ea344f881 |
|
MD5 | 54daffa810b57e7246962dc45b7775e1 |
|
BLAKE2b-256 | b707f6e14cf4a49cf9cec57a4c09b943aed36a20b1f3d4cd20bd616fce832db7 |