Skip to content

A collection of simple applications implemented with Kivy

License

Notifications You must be signed in to change notification settings

jfmdev/kivy-popurri

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kivy Popurry

A collection of simple applications implemented with Kivy.

Usage

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.

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