Skip to content

Generate a personalized Dutch week calendar for any given year

License

Notifications You must be signed in to change notification settings

remcohaszing/calendar-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Calendar generator

Generate a personalized Dutch week calendar for any given year

The generated calendar will be in Open Document Text format (odt).

How

  1. Clone this project.

    ~$ git clone https://github.com/remcohaszing/calendar-generator.git
    ~$ cd calendar-generator
  2. Use Pipenv to create a Python3 virtual environment and install the dependencies

    ~/calendar-generator$ pipenv sync
  3. Create a YAML configuration file.

    year: 2016
    
    special dates:
      03-04: May the Fourth be with you
      03-05: Revenge of the Fifth
    
    birthdays:
      1991-01-11:
        - Remco
      1991-08-25:
        - Linux
    
    weddings:
      2006-06-06
        - - Husband
          - Wife
  4. Generate the calendar:

    ~/calendar-generator$ pipenv run generate config.yaml

Contributing

Contributions can be made in the following form:

  • Bug report.
  • Pull request fixing a bug.
  • Adding additional holidays.
  • Add support for multiple locales and more specific dates.

About

Generate a personalized Dutch week calendar for any given year

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Sponsor this project

 

Languages