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

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

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