Skip to content

zizardev/keepyourdate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KeepYourDate

What is this?

This is a simple library for storing and viewing events.

Quick Guide

from keepyourdate import *
add("Name event", "Description event", "start date (example: 2024-10-28 10:00)", "end date(example: 2024-10-30 20:00)")
history()

Great job adding your first event.


Using

Delete event (To find out the ID use the command: history.

delete(id)

Reading events in different ways

history() #All events.
today() #Events for today.
now() #Events that are happening at this hour.
archive() #Events that have expired.

Developer

my website: click pypi: click

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages