Skip to main content

thicc - Convert characters to their fullwidth representation

Project description

thicc

Convert characters to their fullwidth representation

Usage Examples

  • Pipe in text from standard input

    $ echo "foo" | thc
    
    foo
    
  • Pass a filename argument

    $ thc thatfile
    
    bar
    
  • Reverse fullwidth text

    $ thc -r <<<baz
    

    <<< is not special thicc syntax. It is a shell "herestring". It is one of many ways to pass standard input to a program on your shell.

    baz
    

Installation

$ pip install --upgrade thicc

Releasing

  1. Bump the version in thicc/__init__.py
  2. make release

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

thicc-0.0.7.tar.gz (3.2 kB view hashes)

Uploaded Source

Built Distribution

thicc-0.0.7-py3-none-any.whl (4.7 kB view hashes)

Uploaded Python 3

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