Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/antorix/kivyloadsave
Working example of how to load and save with Kivy
https://github.com/antorix/kivyloadsave
kivy loading memory memory-management python saving
Last synced: 3 months ago
JSON representation
Working example of how to load and save with Kivy
- Host: GitHub
- URL: https://github.com/antorix/kivyloadsave
- Owner: antorix
- License: gpl-3.0
- Created: 2023-11-23T12:56:36.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-24T11:33:41.000Z (about 1 year ago)
- Last Synced: 2024-10-14T06:22:51.239Z (3 months ago)
- Topics: kivy, loading, memory, memory-management, python, saving
- Language: Python
- Homepage:
- Size: 60.5 KB
- Stars: 9
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# KivyLoadSave
Working demonstration of loading and saving data from/to device memory on Android in a Python/Kivy application. Tested on Android 6, 10, and 12 (Kivy 2.1.0).
The app allows to open any text file from anywhere in your device memory (or connected cloud services) and see its content in the text input field. You can also input any text yourself and save it as a new text file in the Documents folder on your device. In parallel, just for demonstration purposes, an .mp3 file is created and placed in the Music folder.
Read [github.com/Android-for-Python/androidstorage4kivy](https://github.com/Android-for-Python/androidstorage4kivy) for more technical details on how it works.