https://github.com/qpython-android/qpy-calcount
QPyCalCount is a sample project for QPython which show how to use QSL4A features.
https://github.com/qpython-android/qpy-calcount
Last synced: 9 months ago
JSON representation
QPyCalCount is a sample project for QPython which show how to use QSL4A features.
- Host: GitHub
- URL: https://github.com/qpython-android/qpy-calcount
- Owner: qpython-android
- Created: 2018-09-11T04:19:24.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-01-09T15:37:52.000Z (about 6 years ago)
- Last Synced: 2025-04-11T21:08:21.361Z (9 months ago)
- Language: Python
- Homepage:
- Size: 254 KB
- Stars: 15
- Watchers: 11
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# About
QPyCalCount is a sample project for QPython which show how to use QSL4A features.
## Runtime Screenshot


## How to run
Please checkout this project and put it on the /sdcard/qpython/projects.
You need to install qsl4ahelper-qpython2/qsl4ahelper-qpython with QPYPI before running it.
```
pip install qsl4ahelper-qpython2
```
Then you can run it from QPython's Quick Start.
## Introduction
Author: Hariharan Srinath
It's based on the [FullScreenWrapper2: An Python SL4A GUI framework for Android](http://srinathh.github.io/opensource/fullscreenwrapper/)
## We need your help
It could be ported to QPython3 easily. You can try to port qsl4ahelper-qpython2 to qpython3 first. That will be great if you are interested in helping this.