https://github.com/joyalmpaul/kivy-calendar-app
Customized Calendar App
https://github.com/joyalmpaul/kivy-calendar-app
app-development kivy-python kv-language
Last synced: 8 days ago
JSON representation
Customized Calendar App
- Host: GitHub
- URL: https://github.com/joyalmpaul/kivy-calendar-app
- Owner: JoyalMPaul
- Created: 2025-04-20T20:08:58.000Z (about 2 months ago)
- Default Branch: master
- Last Pushed: 2025-04-20T21:45:45.000Z (about 2 months ago)
- Last Synced: 2025-04-20T22:26:48.768Z (about 2 months ago)
- Topics: app-development, kivy-python, kv-language
- Language: Python
- Homepage:
- Size: 29.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🗓️ Kivy Calendar App
## Project Description
I developed a small app using Kivy that features an interactive calendar, which automatically updates each month and saves user data. Additionally, the app includes a temporary notepad for note-taking. To enable data persistence across app refreshes, I utilized GUI elements along with JSON for saving and retrieving data.
***
## GUI Design

### How to Use
1. Open your preferred code editor and navigate down using `cd Kivy Calendar App/kivy_application` to enter directory
2. Activate the virtual environment by running: `kivy_venv/scripts/activate` (If not working, use: `Unblock-File -Path ".\venv\Scripts\Activate.ps1"`)
3. Install the required libraries by running: `pip install -r requirements.txt`
4. Launch the application by executing: `py main.py`
5. Type into boxes, and press save button when done. Shaded boxes means days that already passed.### Updates
I am still in the process of putting this on any app store or as a chrome extension.