required code for sae.news
Project description
Quickstart
Installation
Install via pip
pip install saenews
or install a specific version
pip install saenews==1.1.7
Downloading utilities
Update : No need to download from version 1.1.0 - utilites come with the repository itself
The code will assume the fonts are available in the ./fonts/
directory. You can change it by passing text_font
argument in everyfunction
Download the utilities like fonts and social media icons from https://github.com/dheerajmpai/saenews/raw/master/utils.zip
wget https://github.com/dheerajmpai/saenews/raw/master/utils.zip
unzip utils.zip
Issues and feature requests
If you find any bug or if you find any feature missing. Raise an issue
Example
Download the image you want to modify
example code to add a title and tagline to the image (Here Image is saved as image.jpg
)
from saenews.utils import *
title_tagline_news(title='Title',tag_line='Tag Line',input_file='image.jpg')
Original Image
Final Image
Features
Updates
Bugfixes
Do Visit our website SAE NEWS
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
saenews-1.1.30.tar.gz
(12.1 MB
view hashes)