A python library that allow you to build swiftUI apps using python.
Project description
swoopyui
A simple python library that allow you to build swiftUI apps using python.
How does it work ?
This library works by running python and swift at the same time!. It start a python localhost at the background and run swiftUI app that show the fron-end by communicating with python back-end host. But you should NOT worry about all of that, becuase the library always making sure that everything stay easy, simple and pythonic.
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.
- Find a way to pack this library into
.app
, and fix the problem with most of packing packages. - 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.4.tar.gz
.
File metadata
- Download URL: swoopyui-1.4.tar.gz
- Upload date:
- Size: 330.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d5ad0a26d776cc23e76c5e49a4d9bbbbe1166b0a386dae48a6917e5457e6a80a |
|
MD5 | 618e47d1c7dd10780d7f043a80ec442f |
|
BLAKE2b-256 | 6a081545cbaa6f173636259e02ae153caf58044d7f78533798e2b9f31272dad7 |
File details
Details for the file swoopyui-1.4-py3-none-any.whl
.
File metadata
- Download URL: swoopyui-1.4-py3-none-any.whl
- Upload date:
- Size: 335.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cd8df3e5d32221f36bb71d7836ce8a8fad65ff155d60c3241556144bf44ec2c1 |
|
MD5 | 47571c46124f4853f3b6cd448569c5e1 |
|
BLAKE2b-256 | 3ba79026ca6a7d8b6d893b70edd49ebc2cf41c4194a9f24b3c0e51b268f269ca |