Skip to content

Instantly share code, notes, and snippets.

تقویم مناسبت های تاریخی شمسی میلادی و قمری

توضیحات :

calendar

با مقداری کد پایتون + جنگو میتونید تقویم بالا رو داشته باشید

  • files:
    • models.py
  • calenter_to_db.py
@paucoma
paucoma / gglCalEventsOnSpreadSheet.gs
Last active April 25, 2025 15:08
Script to read Google Calendar Events and Count total Hours
const gblFrom = {
year : 2020 ,
month : 3,
day : 29,
hour : 0
};
const gblTo = {
year : 2020 ,
month : 8,
day : 1,