Skip to main content

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
iOS & iPadOS
AppleTV 🚧
AppleVision

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 🙃 ? Lets start with the docs:

Publishing

  1. 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

  1. Using pyinstaller (For mac only).

You can use this approach for faster publishing, but its not recomended becuase swoopyui does not fully support it, thats why it will work but so much slower at the starting.

⚠️ help and contribute wanted!!

  • A Secure connection strategy.

Thanks, good luck..

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

swoopyui-1.8.3.tar.gz (708.5 kB view hashes)

Uploaded Source

Built Distribution

swoopyui-1.8.3-py3-none-any.whl (721.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page