next

required code for sae.news


Keywords
OPENCV, IMAGE, PROCESSING, NEWS
License
MIT
Install
pip install next==1.0.1

Documentation

Downloads

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 here

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

alt text

Final Image

alt text

Features

Updates

Bugfixes

Do Visit our website SAE NEWS