A library for those who want to convert their older images into digitised format (with metadata), and beautify them using borders and other options.
Project description
Memories
Description
Memories is an easy to use package that helps to seperate clustered images from files and helps add metadata to files. The documentation is in progress and will be present in the "docs
" directory of the project in the future. For the time being the following steps should be an adequate description of all functions present.
Installation
$ pip install memories
How to Use:
There are 6 functions at the time being:
dividedCrop
: Takes 3 inputs, the path to the image, the path where the outful folder should be and the number of images present in the input file. It performs the task of dividing a single image into multiple smaller ones.addDate
: Taken input as the image path and the datetime to be added. it will add date when the image was originally taken.bulkAddDate
: Same as addDate, except it will add date to all images in a folder. The inputs are the folder path and datetime.saveAsPDF
: Converts a list of images (one or more) into a PDFsaveAsPNG
: Converts a single image into PNG formatsaveAsJPG
: Converts a single image into JPG formatmakePage
: Creates a year book like page in HTML
Example
import memories
memories.dividedCrop("./image.png", "./", 4)
memories.addDate("./image-1.jpg", "27/04/2021 12:00:03")
memories.bulkAddDate("./", "27/04/2021 12:00:03")
memories.saveAsPDF(["./source_folder/image1.png", "./random/another_source_folder/image2.jpg"], "./save_folder/file.pdf")
memories.saveAsPNG("./source_folder/image1.jpg", "./output_folder")
memories.saveAsJPG("./source_folder/image1.png", "./output_folder")
memories.makePage(["./source_folder/image1.png", "./random/another_source_folder/image2.jpg"], ["CSS", "Larry"], ["SASS", "That one got to you, didnt it"], "./save_folder")
Features
Current features that are present are:
- Crop out basic implementation
- Add Date and time metadata
- Save as PDF, PNG, JPG
- Basic Scrapbook implmentation
Future features can also be found at https://github.com/veedata/album-manager/projects/1:
- Border
- Collage
- Image Age identifyer
- Documentation
License
This software is released under the MIT license, see LICENSE.txt.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file memories-0.4.tar.gz
.
File metadata
- Download URL: memories-0.4.tar.gz
- Upload date:
- Size: 3.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0cd6505d6edaa43c7084da1cd147ead81312f352de8f0400bd6fa2ff6aae5098 |
|
MD5 | d2abd52ae03235831b87e032e5d6bd73 |
|
BLAKE2b-256 | 82fd0184b01f9ac533ce42a0e13cdf65ce946ee92aa17539936a24f79b37fcf6 |