Skip to main content

An extremely fast library to vaporize your text and many more!

Project description

https://raw.githubusercontent.com/Owanesh/vaporwavely/master/logo.png https://travis-ci.org/Owanesh/vaporwavely.svg?branch=master https://codecov.io/gh/Owanesh/vaporwavely/branch/master/graph/badge.svg

Convert your text in an aesthetical text, or generate nostalgic 1999 paragraphs with vaporipsum

How to use 👾

  • vaporipsum : Generate a random text, like Lorem Ipsum, but more nostalgic and aesthetic

    from vaporwavely import vaporipsum
    
    vaporipsum(4) # it generates 4 paragraphs of random text
  • vaporize : Convert your text from this Hello World to this Hello World

    from vaporwavely import vaporize
    
    mystring = "Hi Owanesh"
    vaporize(mystring) # Hi Owanesh

Use combo for an aesthetic results 🦄

  • Vaporize your vaporipsum

    from vaporwavely import vaporize, vaporipsum
    
    vaporize(vaporipsum(4))
  • Do it upper ```py from vaporwavely import vaporize

    vaporize(‘get me upper and vaporized’).upper() ``` GET ME UPPER AND VAPORIZED

Contribute 🎖

Really man?

First of all thanks if you want help me. Below there are requirements and steps for testing

pip install -r requirements-dev.txt
py.test --cov=vaporwavely tests

Credits 🙏

Thanks to TristanAG for Vaporipsum idea

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

vaporwavely-1.0.1.tar.gz (3.4 kB view hashes)

Uploaded Source

Built Distribution

vaporwavely-1.0.1-py3-none-any.whl (6.1 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