Skip to main content

Tool for fit string to a fixed number of cols.

Project description

CLI for making a text to fit a max number of columns.

Preparing for Development

  1. Ensure pip and pipenv are installed.

  2. Clone repository: https://github.com/thiagolcmelo/desafio-idwall

  3. Fetch development dependencies: make install

Usage

The input might be a filename:

$ shrincols filename.txt -c 80

or a string:

$ shrincols "some text goes here ..." -c 80

The option -j forces the text to be justified:

$ shrincols filename.txt -c 80 -j

It would be a nice feature to read standard input, we will implement soon.

Running Tests

Run tests locally using make if virtualenv is active:

$ make

If virtualenv isn’t active then use

$ pipenv run make

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

shrincols-0.1.1.tar.gz (3.7 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