https://github.com/jfmdev/kivy-popurri
A collection of simple applications implemented with Kivy
https://github.com/jfmdev/kivy-popurri
demo demo-app kivy kivy-app kivy-application python python-app python-application python3
Last synced: about 1 month ago
JSON representation
A collection of simple applications implemented with Kivy
- Host: GitHub
- URL: https://github.com/jfmdev/kivy-popurri
- Owner: jfmdev
- License: mpl-2.0
- Created: 2024-10-09T02:19:20.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-10T19:41:31.000Z (over 1 year ago)
- Last Synced: 2025-03-01T00:58:53.287Z (over 1 year ago)
- Topics: demo, demo-app, kivy, kivy-app, kivy-application, python, python-app, python-application, python3
- Language: Python
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.txt
Awesome Lists containing this project
README
# Kivy Popurry
A collection of simple applications implemented with [Kivy](https://kivy.org/).
## Usage
To run the applications you first need to [download and install Python](https://www.python.org/downloads/) and [install Kivy](https://kivy.org/doc/stable/gettingstarted/installation.html).
Then you can use the following commands:
* `python counter.py` to run a tally counter.
* `python stopwatch.py` to run a stopwatch.
* `python joker.py` to run an application that tell jokes.
## License
Copyright 2024 © JFMDev.
Kivy Popurry is free software; you can redistribute it and/or modify it under the terms of the Mozilla Public License v2.0. You should have received a copy of the MPL 2.0 along with this software, otherwise you can obtain one at http://mozilla.org/MPL/2.0/.