{"id":15070004,"url":"https://github.com/owanesh/vaporwavely","last_synced_at":"2025-04-10T17:10:25.796Z","repository":{"id":62587061,"uuid":"119083122","full_name":"Owanesh/vaporwavely","owner":"Owanesh","description":"An extremely fast library to vaporize your text and many more! 🌈","archived":false,"fork":false,"pushed_at":"2020-08-05T17:18:49.000Z","size":43,"stargazers_count":11,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-24T14:50:33.729Z","etag":null,"topics":["aesthetic","fun","python3","rainbow","string-manipulation","vaporwave"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Owanesh.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-01-26T17:41:01.000Z","updated_at":"2023-08-03T18:36:30.000Z","dependencies_parsed_at":"2022-11-03T22:10:09.724Z","dependency_job_id":null,"html_url":"https://github.com/Owanesh/vaporwavely","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Owanesh%2Fvaporwavely","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Owanesh%2Fvaporwavely/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Owanesh%2Fvaporwavely/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Owanesh%2Fvaporwavely/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Owanesh","download_url":"https://codeload.github.com/Owanesh/vaporwavely/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248261244,"owners_count":21074218,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aesthetic","fun","python3","rainbow","string-manipulation","vaporwave"],"created_at":"2024-09-25T01:46:25.178Z","updated_at":"2025-04-10T17:10:25.775Z","avatar_url":"https://github.com/Owanesh.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n    \u003cimg src=\"https://raw.githubusercontent.com/Owanesh/vaporwavely/master/logo.png\" alt=\"Vaporwavely Logo\" /\u003e\n    \u003cbr\u003e\n    \u003ca href=\"https://codecov.io/gh/Owanesh/vaporwavely\"\u003e\n      \u003cimg src=\"https://codecov.io/gh/Owanesh/vaporwavely/branch/master/graph/badge.svg\" /\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://github.com/Owanesh/vaporwavely/blob/master/LICENSE\"\u003e\n      \u003cimg src=\"https://img.shields.io/badge/License-MIT-blue.svg\" /\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://travis-ci.org/Owanesh/vaporwavely\"\u003e\n      \u003cimg src=\"https://travis-ci.org/Owanesh/vaporwavely.svg?branch=master\" /\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://badge.fury.io/py/vaporwavely\"\u003e\n        \u003cimg src=\"https://badge.fury.io/py/vaporwavely.svg\" alt=\"PyPI version\" height=\"18\"\u003e\n    \u003c/a\u003e\n    \u003cbr\u003e\n    \u003ca href=\"http://forthebadge.com\"\u003e\n      \u003cimg src=\"http://forthebadge.com/images/badges/made-with-python.svg\" /\u003e\n    \u003c/a\u003e\n\u003c/p\u003e\n\nConvert your text in an aesthetical text, or generate nostalgic 1999 paragraphs with vaporipsum\n\n\n## How to use 👾\n\n### Installation\n```sh\npip install vaporwavely\n```\n### Usage\n- `vaporipsum` : Generate a random text, like [Lorem Ipsum](https://www.lipsum.com/), but more nostalgic and aesthetic\n\n    ```py\n    from vaporwavely import vaporipsum\n\n    vaporipsum(4) # it generates 4 paragraphs of random text\n    ```\n\n\n- `vaporize` : Convert your text from this **Hello World** to this **Ｈｅｌｌｏ Ｗｏｒｌｄ**\n\n    ```py\n    from vaporwavely import vaporize\n\n    mystring = \"Hi Owanesh\"\n    vaporize(mystring) # Ｈｉ Ｏｗａｎｅｓｈ\n    ```\n\n### Use combo for an ａｅｓｔｈｅｔｉｃ results 🦄\n\n- **Vaporize your vaporipsum**\n\n    ```py\n    from vaporwavely import vaporize, vaporipsum\n\n    vaporize(vaporipsum(4))\n    ```\n- **Do it upper**\n    ```py\n    from vaporwavely import vaporize\n\n    vaporize('get me upper and vaporized').upper()\n    ```\n    ＧＥＴ ＭＥ ＵＰＰＥＲ ＡＮＤ ＶＡＰＯＲＩＺＥＤ\n\n### Supported Programs\n\nResults vary by which terminal or editor you are using. For best results use:\n- **LXTerminal**\n- **Idle**\n- **Termius**\n\nYou may find that these are not supported:\n- **Windows CMD \u0026 PowerShell**\n- **PuTTy for Windows**\n\n### Contribute 🎖\n*Ｒｅａｌｌｙ ｍａｎ?*\n\nFirst of all thanks if you want help me. Below there are requirements and steps for testing\n\n    pip install -r requirements-dev.txt\n    py.test --cov=vaporwavely tests\n\n\n---\n#### Credits 🙏\nThanks to [TristanAG](https://github.com/TristanAG/vaporipsum) for Vaporipsum idea\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fowanesh%2Fvaporwavely","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fowanesh%2Fvaporwavely","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fowanesh%2Fvaporwavely/lists"}