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 in python. Its not need any swiftUI experience with no xcode require.
How does it work ?
It works through two parts: a Python host for managing updates and a Swift client app for the front-end. The client app stays connected to the Python back-end to receive real-time front-end updates. With swoopyui, developers can build SwiftUI apps without worrying about Swift or Xcode, because everything is handled with just Python!.
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, base_name=__name__)
Are you ok now 🙃 ? fine lets start:
⚠️ help and contribute wanted!!
Hi, read the docs, be master at this, it will be quick and easy..
I want help with:
- Supporting iOS, we need to support iOS and iPadOS, so if you can help with this.
- Add a secure connection strategy between the host and client.
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-1.6.tar.gz
.
File metadata
- Download URL: swoopyui-1.6.tar.gz
- Upload date:
- Size: 700.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.17
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e7e7c9f946183d8f7d1bf90925ec16aac0fe11aae4d555807e7e9ee1b3ba0cbc |
|
MD5 | 7ce118771f8ad995abdf0647eff40190 |
|
BLAKE2b-256 | 58129ce889e2cced8af28b2d8b949f754250086f71a20faf5cef68b6fbdf1f41 |
File details
Details for the file swoopyui-1.6-py3-none-any.whl
.
File metadata
- Download URL: swoopyui-1.6-py3-none-any.whl
- Upload date:
- Size: 710.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.17
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 59922676908cddf76272ecc9871faab3c77b6e4f651e4db0bf91aca3afd56cc7 |
|
MD5 | 29daa45ec6d7f10d98b8b09c8eb00dbd |
|
BLAKE2b-256 | 68400a3a9b7c63a508b584078ca06927cb7246d87e64025283683db2c3ceac7f |