Skip to main content

A text justify package

Project description

A text alignment justification package.

The text alignment justifies package will provide you four types of alignment.

  • Left (Default)
  • Right
  • Center
  • Justify both

When you use the above three justification then maybe have a blank space and that space you can also fill the empty place with your own identifiers like * # or anything.

Setup TextJustify

pip install TextJustify

Usage

import TextJustify

justify_text=TextJustify.justify_text(sample_text, width, align, fill)
print(justify_text)

Here fill is an optional value. If you don't pass any special symbol or identifier then it will use the default space.

sample_text = "Your text that you want to justify"
width = 50 # Here 50 is an example value and it will be integer
align =  "left" # Default is "left". Rest of the alignment are "right", "center", "justify"
fill = " " # Default is a space. You can use your own like "*", "#" etc.

CHANGE LOG

0.0.5 (February 9, 2021)

  • Added documentations

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

TextJustify-0.0.5.tar.gz (3.1 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page