Skip to content

Kivy-Calendar is a Calendar build in python and kivy language.

License

Notifications You must be signed in to change notification settings

radzio-ui/Kivy-Calender

 
 

Repository files navigation

Kivy-Calendar

Kivy-Calendar as name suggests is an Calender Application.

Its Source code is written completely in Python and Kivy.


After completion calendar will be available for Android/Windows.

A Package will be provided and you don't need to install any prerequisites.


Features:

  • Weather report for next 7 days.
  • Set Reminder.
  • Calendar consists of years from 0000 to 9999.
  • After completion will be available for free.

Additional Feature:

  • A Ping Pong game.

Programming Features:

  • Clock
  • JSON
  • JSONP
  • Cache
  • Vectors
  • Weather API
  • Memoization
  • Classes
  • Widgets in kivy
  • Properties in Kivy

Want to contribute?

Prerequisites

Extensive installation instructions as well as tutorials and general documentation, including an API reference.

Note:

PreSplash Screen.

Kivy (actually python-for-android) allows you to set the start screen image for your application (so called presplash). But:

The image size shouldn't be more than max texture size for your device (just google to know it, I always take 1024x1024, as much as it's supported by the majority of the devices). If it's in png format, it's size should be power of 2 (256x256, 512x512, 1024x1024), just like good old openGL. Both of these limitations are openGL implementation agnonostic, but you never know, if it's good or not. If it's in jpeg format (which is actually should be the preferred one), you don't have previos limitation, but #1 still counts.


Installation

With the prerequisites installed, you can use the Kivy-Calendear:

git clone https://github.com/kiok46/Kivy-Calender
cd Kivy-Calender
python main.py

On OS X you might need to use kivy command instead of Python if you are using portable package.

If you're successful, you'll see something like this:

ScreenShot ScreenShot

This project was started by Kuldeep Singh.

About

Kivy-Calendar is a Calendar build in python and kivy language.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%