Giter Club home page Giter Club logo

vaporwavely's Introduction

Vaporwavely Logo
PyPI version

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

How to use 👾

Installation

pip install vaporwavely

Usage

  • 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

    from vaporwavely import vaporize
    
    vaporize('get me upper and vaporized').upper()

    GET ME UPPER AND VAPORIZED

Supported Programs

Results vary by which terminal or editor you are using. For best results use:

  • LXTerminal
  • Idle
  • Termius

You may find that these are not supported:

  • Windows CMD & PowerShell
  • PuTTy for Windows

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

vaporwavely's People

Contributors

astagi avatar cm-juhor avatar meridien avatar owanesh avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

vaporwavely's Issues

Write some code documentation

🙇‍♂️ Idea of this project

Make vaporwave great again!

✨ What i want to change with this issue?
I hope to have a correct documentation.

Enjoy! 🙌

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.