Skip to content

Repo forked from Si-za1/OpenCV. It will contain image manipulation operations

Notifications You must be signed in to change notification settings

amunamun07/ImagiMatrix

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ImagiMatrix

This is a repository to consolidate all the Image related utilities in one place.

💫 Version 0.0.1

Installation

Install the repository via python to your python environment

pip install git+https://github.com/amunamun07/ImagiMatrix.git@master

Included in this repository

  • Birthday Post Creator

Birthday Post Creator

from datetime import date
from hbd.post_creation import PostCreation

data = [
    {"name": "John Timilsina", "image_path": "data/john.jpg"},
    {"name": "Alice Raj Prasad Acharya", "image_path": "data/alice.jpg"},
    {"name": "Harry Rai", "image_path": "data/harry.jpg"},
    {"name": "Pizza Poudel", "image_path": "data/pizza.jpeg"},
    {"name": "Apple Gurung", "image_path": "data/apple.jpeg"},
    {"name": "laptop Shrestha", "image_path": "data/laptop.jpeg"},
]

PostCreation().create_post(data)

About

Repo forked from Si-za1/OpenCV. It will contain image manipulation operations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%