Generates images of calendar month tables and can paste them onto suitable photos.

Overview

📆 calendizer README

Generates images of calendar month tables and can paste them onto suitable photos.

A quick way to make your own calendar for printing.

Robin in April

Usage

To generate 12 images of a mini calendar:

render_calendar_tables.py

To take 12 images and use them to create a calendar:

calendize.py

Tips

With an input image of size 4000 x 3000, these settings seem to work well:

--dpi 450 -b 100 -r 100

Example:

calendize.py --dpi 450 -b 100 -r 100

Dependencies

  • Python 3.x

Setup

  1. Install Python 3.7.x and pip
  • Python 3.7.9 or later
  • pip 20.2.2 or later
  1. Install dependencies
pip install -r pip.config

References

https://towardsdatascience.com/simple-little-tables-with-matplotlib-9780ef5d0bc4

license

License is MIT

You might also like...
Anime2Gif - an algorithm that detects scenes in a video and generates gifs from it
Anime2Gif - an algorithm that detects scenes in a video and generates gifs from it

Anime2Gif Anime2Gif is an algorithm that detects scenes in a video and generates gifs from it. How to use To use it, first, you'll need to install it'

Tool that takes your photo and generates a pixelated color by number photo.
Tool that takes your photo and generates a pixelated color by number photo.

Color by number Tool that takes your photo and generates a pixelated color by number photo. Requirements You need to have python installed on your com

Parking management project which generates barcode parking ticket with user-friendly Tkinter program GUI
Parking management project which generates barcode parking ticket with user-friendly Tkinter program GUI

Parking-management-system Parking management project which generates barcode parking ticket with user-friendly Tkinter program GUI How to run Download

HtmlWebShot - A python3 package which Can Create Images From url, Html-CSS, Svg and from any readable file and texts with many setup features.
HtmlWebShot - A python3 package which Can Create Images From url, Html-CSS, Svg and from any readable file and texts with many setup features.

A python3 package which Can Create Images From url, Html-CSS, Svg and from any readable file and texts with many setup features

missing-pixel-filler is a python package that, given images that may contain missing data regions (like satellite imagery with swath gaps), returns these images with the regions filled.
missing-pixel-filler is a python package that, given images that may contain missing data regions (like satellite imagery with swath gaps), returns these images with the regions filled.

Missing Pixel Filler This is the official code repository for the Missing Pixel Filler by SpaceML. missing-pixel-filler is a python package that, give

MetaStalk is a tool that can be used to generate graphs from the metadata of JPEG, TIFF, and HEIC images

MetaStalk About MetaStalk is a tool that can be used to generate graphs from the metadata of JPEG, TIFF, and HEIC images, which are tested. More forma

AutoGiphyMovie lets you search giphy for gifs, converts them to videos, attach a soundtrack and stitches it all together into a movie!
AutoGiphyMovie lets you search giphy for gifs, converts them to videos, attach a soundtrack and stitches it all together into a movie!

AutoGiphyMovie lets you search giphy for gifs, converts them to videos, attach a soundtrack and stitches it all together into a movie!

Extracts dominating colors from an image and presents them as a palette.
Extracts dominating colors from an image and presents them as a palette.

ColorPalette A simple web app to extract dominant colors from an image. Demo Live View it live at : https://colorpalettedemo.herokuapp.com/ You can de

Seaborn-image is a Python image visualization library based on matplotlib and provides a high-level API to draw attractive and informative images quickly and effectively.
Seaborn-image is a Python image visualization library based on matplotlib and provides a high-level API to draw attractive and informative images quickly and effectively.

seaborn-image: image data visualization Description Seaborn-image is a Python image visualization library based on matplotlib and provides a high-leve

Comments
  • Automate the selection of sizes, with an option like `--auto-size`

    Automate the selection of sizes, with an option like `--auto-size`

    Automate the selection of sizes, by default:

    • dpi
    • b
    • r

    see README table

    • pick closest known size (distance = dx^2 + dy^2)

    • model the sizes and settings in a CSV file

    • on by default

    with other options:

    • disable with -dpi
    • allow override by -b -r
    enhancement 
    opened by mrseanryan 1
  • Fix the border color option

    Fix the border color option

    The border color option only works on the edges, not in the table itself.

    (default is OK at black!)

    ref:

    https://github.com/mrseanryan/calendizer/blob/455f1c93ddf35eaa7d0a7dc302a885334487f76f/_figure_renderer.py#L41

    bug 
    opened by mrseanryan 0
  • Try improve style - rounded corners on the dates table

    Try improve style - rounded corners on the dates table

    Try improve style

    • rounded corners

    As an option.


    Challenge:

    • pyplot does not really suppor this

    possible workaround:

    • table with no border
    • draw a rounded rectangle around it

    ref = https://matplotlib.org/stable/gallery/shapes_and_collections/fancybox_demo.html

    enhancement 
    opened by mrseanryan 0
Owner
Sean Ryan
Sean Ryan
Generative Art Synthesizer - a python program that generates python programs that generates generative art

GAS - Generative Art Synthesizer Generative Art Synthesizer - a python program that generates python programs that generates generative art. Examples

Alexey Borsky 43 Dec 3, 2022
Convert HDR photos taken by iPhone 12 (or later) to regular HDR images

heif-hdrgainmap-decode Convert HDR photos taken by iPhone 12 (or later) to regular HDR images. Installation First, make sure you have the following pa

Star Brilliant 5 Nov 13, 2022
Python Image Morpher (PIM) is a program that can take two images and blend them to whatever extent or precision that you like

Python Image Morpher (PIM) is a program that can take two images and blend them to whatever extent or precision that you like! It is designed to emulate some of Python's OpenCV image processing from scratch without reference.

David Dowd 108 Dec 19, 2022
NFT collection generator. Generates layered images

NFT collection generator Generates layered images, whole collections. Provides additional functionality. Repository includes three scripts generate.py

Gleb Gonchar 10 Nov 15, 2022
Program designed to mass edit and watermark all photos in a directory

Photographer-All-In-One This is a program designed for photographers to mass edit or watermark photos (.jpg || .png) You can run this program from any

Brad Martin 2 Nov 23, 2021
Gallery written in Python to manage your photos

GalleryMan Gallery written in Python to manage your photos Installation

Asian Cat 24 Dec 18, 2022
Fix datetime EXIF data in photos downloaded from Google Takeout

fix-google-takeout Warning Use at your own risk. Backup your photos. Overview Google takeout for photos

Mayank Mandava 20 Nov 5, 2022
A tool to maintain an archive/mirror of your Google Photos library for backup purposes.

Google Photos Archiver Updated Instructions 8/9/2021 Version 2.0.6 Instructions: Download the script (exe or python script listed below) Follow the in

Nick Dawson 116 Jan 3, 2023
Convert photos to paintings with python

Convert-photos-to-paintings Before the changes After the changes Before the changes After the changes This code is written in the Python programming l

Amir Hussein Sharifnezhad 3 May 31, 2022
Repair broken bookmarks to referenced files in Apple Photos

Repair Apple Photos Bookmarks Work in progress to repair file location bookmarks in Apple Photos. Background Starting in macOS 10.15/Catalina, photos

Rhet Turnbull 10 Nov 3, 2022