Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/clowwindy/iOS-Python-Project
Develop iOS apps in Python
https://github.com/clowwindy/iOS-Python-Project
Last synced: about 2 months ago
JSON representation
Develop iOS apps in Python
- Host: GitHub
- URL: https://github.com/clowwindy/iOS-Python-Project
- Owner: clowwindy
- Created: 2015-01-10T10:17:11.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-05T17:14:40.000Z (almost 10 years ago)
- Last Synced: 2024-11-12T13:02:42.471Z (2 months ago)
- Language: Python
- Homepage:
- Size: 17.2 MB
- Stars: 63
- Watchers: 5
- Forks: 11
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- starred-awesome - iOS-Python-Project - Develop iOS apps in Python (Python)
README
iOS-Python-Project
==================An example of developing iOS apps in Python.
In progress. It seems to be quite a lot of work, please help develop this project.
Develop
-------- `/app` is the root of Python source code.
- `/app/uikit` is a wrapper of UIKit in Python, aiming to provide a flexible app framework
- `/app/myapp` is an example of an iOS app that builds on top of `uikit`, including examples to
[show a UITableView](https://github.com/clowwindy/iOS-Python-Project/blob/master/app/myapp/ui.py)
and [run a web server with tornado](https://github.com/clowwindy/iOS-Python-Project/blob/master/app/myapp/web.py)
- This project is based on [Python-iOS-template](https://github.com/pybee/Python-iOS-template) and [rubicon-objc](https://github.com/pybee/rubicon-objc)Todo
----- Make proper wrapper for classes in uikit
- Provide a helper to run code in the main thread from other threads