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 roadmap:
- Simple
swoopyui
app.
Publishing
- Using xcode.
You can use the xcode project template to publish to iOS, iPadOS, Mac (Designed for iPad) and Apple Vision (Designed for iPad) all of that by one project. Follow the guidelines here: soon
⚠️ 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.1.tar.gz
.
File metadata
- Download URL: swoopyui-2.1.tar.gz
- Upload date:
- Size: 278.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 340400450fcaebe6763e51c8b281dc3f9f71acf5569e4152c20d428d1547643b |
|
MD5 | f56c395f5f77b92e64f8aaf6fd9f6cd0 |
|
BLAKE2b-256 | 5b6d784a362c23fc5922e15c7fd6ead0d37c1dd4d157223f67b6e9adc7cb485e |
File details
Details for the file swoopyui-2.1-py3-none-any.whl
.
File metadata
- Download URL: swoopyui-2.1-py3-none-any.whl
- Upload date:
- Size: 287.3 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 | f06e8e9dee7fd306ad23333e74ea68c3f21b0d062745f6fb65409fff99c82398 |
|
MD5 | ce7137a26a35608f15bb4cefb8e3a598 |
|
BLAKE2b-256 | fee0e5cca3fd2de92840bb543319573da6be33b10f764879036c5adabf1b8526 |