A collection of simple applications implemented with Kivy.
To run the applications you first need to download and install Python and install Kivy.
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.
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/.