Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kdahlhaus/stock_watch
Kivy application that shows latest prices and your gain/loss for a set of stocks.
https://github.com/kdahlhaus/stock_watch
kivy kivy-application python
Last synced: about 1 month ago
JSON representation
Kivy application that shows latest prices and your gain/loss for a set of stocks.
- Host: GitHub
- URL: https://github.com/kdahlhaus/stock_watch
- Owner: kdahlhaus
- License: gpl-3.0
- Created: 2016-08-25T17:13:08.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-11T05:24:33.000Z (about 8 years ago)
- Last Synced: 2024-10-31T04:42:26.160Z (3 months ago)
- Topics: kivy, kivy-application, python
- Language: Python
- Size: 199 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://landscape.io/github/kdahlhaus/stock_watch)
# Stock Watch
This is a simple Kivy application that tracks the latest price of a set of stocks and shows the amount you've gained or lost.![Android version screen-shot](screen_shots/20160825.png)
## Platforms
It has been tested on Linux and Android.##To Build:
In order to build for Android you must enable the CSV library. Do this by editing each of the following files and removing the line containing _csv:
1. ./.buildozer/android/platform/python-for-android/src/blacklist.txt
2. ./.buildozer/android/platform/python-for-android/dist/stockwatch/blacklist.txtThen:
buildozer --verbose android debug deploy run# TODO:
##fix rotation bug
/home/kpd/.buildozer/android/platform/android-sdk-20/platform-tools/adb logcat | grep `/home/kpd/.buildozer/android/platform/android-sdk-20/platform-tools/adb shell ps | grep com.powertwenty | cut -c10-15`
I/ActivityManager( 886): Start proc 16411:com.powertwenty.kivy.stockwatch:python/u0a216 for activity com.powertwenty.kivy.stockwatch/org.renpy.android.PythonActivity
I/python (16411): [INFO ] [Android ] Must go into sleep mode, check the app
I/python (16411): [INFO ] [Android ] App doesn't support pause mode, stop.
I/python (16411): [INFO ] [Base ] Leaving application in progress...
I/python (16411): Python for android ended.
I/art (16411): System.exit called, status: 0
I/AndroidRuntime(16411): VM exiting with result code 0, cleanup skipped.
I/ActivityManager( 886): Process com.powertwenty.kivy.stockwatch:python (pid 16411) has died