An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# About

QPyCalCount is a sample project for QPython which show how to use QSL4A features.

## Runtime Screenshot

![Main screen](https://github.com/qpython-android/qpy-calcount/blob/master/screenshot/calories2.jpg?raw=true "Main screen")
![Add a Meal](https://github.com/qpython-android/qpy-calcount/blob/master/screenshot/calories1.jpg?raw=true "Add a Meal")

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