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


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.5.tar.gz (347.0 kB view details)

Uploaded Source

Built Distribution

swoopyui-1.5-py3-none-any.whl (354.1 kB view details)

Uploaded Python 3

File details

Details for the file swoopyui-1.5.tar.gz.

File metadata

  • Download URL: swoopyui-1.5.tar.gz
  • Upload date:
  • Size: 347.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.16

File hashes

Hashes for swoopyui-1.5.tar.gz
Algorithm Hash digest
SHA256 d653e276c31d661a9d674d201f20674ee6c8f50b84b311a52e3b7a0341e07595
MD5 1042ecfda9cfd53ec5612dccdd4839d8
BLAKE2b-256 ccf35f1d64b88486bdbbbce855d0e430ed6efb803abd0be1faf11c380ef58613

See more details on using hashes here.

File details

Details for the file swoopyui-1.5-py3-none-any.whl.

File metadata

  • Download URL: swoopyui-1.5-py3-none-any.whl
  • Upload date:
  • Size: 354.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.16

File hashes

Hashes for swoopyui-1.5-py3-none-any.whl
Algorithm Hash digest
SHA256 ce55241148d72dc74eb221d452905f8ec63906bbd31040036e1e4c6d26816e1f
MD5 d597b0d07cedd340e39d98048df655ee
BLAKE2b-256 2dca1a6e41ff445bc43bdc9692ebb5830225ba22cd4a6f6a409e6d7fe58af885

See more details on using hashes here.

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