Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kiok46/kivy-calender
Kivy-Calendar is a Calendar build in python and kivy language.
https://github.com/kiok46/kivy-calender
calendar kivy python widget
Last synced: 4 months ago
JSON representation
Kivy-Calendar is a Calendar build in python and kivy language.
- Host: GitHub
- URL: https://github.com/kiok46/kivy-calender
- Owner: kiok46
- License: mit
- Created: 2015-05-11T15:41:29.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-10-03T05:57:25.000Z (over 4 years ago)
- Last Synced: 2024-10-10T10:41:06.300Z (4 months ago)
- Topics: calendar, kivy, python, widget
- Language: Python
- Homepage:
- Size: 202 KB
- Stars: 15
- Watchers: 5
- Forks: 11
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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.
- [Kivy 1.8+](http://kivy.org/#download)- The FileBrowser widget from the [Kivy garden](http://kivy.org/docs/api-kivy.garden.html)
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.pyOn 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](https://raw.github.com/kiok46/Kivy-Calender/master/kivy-calendar.jpg)
![ScreenShot](https://raw.github.com/kiok46/Kivy-Calender/master/kivy-reminder.jpg)***This project was started by Kuldeep Singh.***