{"id":14986087,"url":"https://github.com/etienne-napoleone/scrmbl","last_synced_at":"2025-04-11T20:31:45.287Z","repository":{"id":57464875,"uuid":"151609456","full_name":"etienne-napoleone/scrmbl","owner":"etienne-napoleone","description":"🛰 Scrambled text reveal library and cli","archived":false,"fork":false,"pushed_at":"2021-01-22T19:26:30.000Z","size":1903,"stargazers_count":95,"open_issues_count":0,"forks_count":5,"subscribers_count":4,"default_branch":"develop","last_synced_at":"2025-03-25T18:16:53.503Z","etag":null,"topics":["cli","command-line","fun","glitch","print","python","python-library"],"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/etienne-napoleone.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-10-04T17:21:35.000Z","updated_at":"2024-05-31T17:06:57.000Z","dependencies_parsed_at":"2022-08-31T04:52:56.373Z","dependency_job_id":null,"html_url":"https://github.com/etienne-napoleone/scrmbl","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/etienne-napoleone%2Fscrmbl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/etienne-napoleone%2Fscrmbl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/etienne-napoleone%2Fscrmbl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/etienne-napoleone%2Fscrmbl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/etienne-napoleone","download_url":"https://codeload.github.com/etienne-napoleone/scrmbl/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248476321,"owners_count":21110256,"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":["cli","command-line","fun","glitch","print","python","python-library"],"created_at":"2024-09-24T14:12:18.419Z","updated_at":"2025-04-11T20:31:40.276Z","avatar_url":"https://github.com/etienne-napoleone.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# scrmbl \u003ca href=\"https://coveralls.io/github/etienne-napoleone/scrmbl?branch=develop\"\u003e\u003cimg align=\"right\" src=\"https://coveralls.io/repos/github/etienne-napoleone/scrmbl/badge.svg?branch=develop\"\u003e\u003c/a\u003e \u003ca href=\"https://travis-ci.org/etienne-napoleone/scrmbl\"\u003e\u003cimg align=\"right\" src=\"https://travis-ci.org/etienne-napoleone/scrmbl.svg?branch=develop\"\u003e\u003c/a\u003e\n\nLibrary and CLI for \"scrambled\" printing in terminal.\n\nHave you ever wanted to print your text like some corny action movies?\n\n\u003cp align=\"center\"\u003e\n  \u003cimg width=\"75%\" src=\"https://raw.githubusercontent.com/etienne-napoleone/scrmbl/develop/demo.gif\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\nnote: the `%` are coming from my tty recorder\n\n## Requirements\n\n- Tested on Python \u003e= 3.5\n\n## Install\n\n### CLI\n\n```\npip3 install --user scrmbl\n```\n\n### Library\n\nUsing pip in a virtualenv.\n\n```bash\npip install scrmbl\n```\n\nUsing Poetry:\n\n```bash\npoetry add scrmbl\n```\n\nUsing Pipenv:\n\n```bash\npipenv install scrmbl\n```\n\n## Usage\n\nRefer to the gif to see the effect\n\n### CLI\n\n```\nUsage: scrmbl [OPTIONS] [MESSAGE]\n\n  Scrmbl print the given message.\n\nOptions:\n  -s, --speed FLOAT         Time in seconds between prints. Default: 0.05\n  -i, --iterations INTEGER  Number of iterations per character. Default: 2\n  -c, --charset FILE        Set of chars to scramble.\n  --version                 Show the version and exit.\n  --help                    Show this message and exit.\n```\n\nCan also read from stdin.\n\n```bash\nls -lrtha | scrmbl\n```\n\n## Library\n\n```python\n\u003e\u003e\u003e import scrmbl\n\n\u003e\u003e\u003e scrmbl.echo('09:30pm, Washington, NSA HEADQUARTERS')\n'09:30pm, Washington, NSA HEADQUARTERS'\n\n# handle multiline\n\u003e\u003e\u003e scrmbl.echo('09:30pm, Washington\\nNSA HEADQUARTERS')\n'02:56am, New-York'\n'FBI HEADQUARTERS'\n\n# custom settings:\n# charset = String of characters to scramble with\n# speed = Time in seconds between prints\n# iterations = number of iterations before printing the final character\n\u003e\u003e\u003e scrmbl.echo('NSA OFFICE', charset='ABCDefg/-', speed=0.2, iterations=6)\n'CIA OFFICE'\n```\n\n## Thanks\n\nSpecial thanks for contributing:\n- [@podstava](https://github.com/podstava)\n- [@0jdxt](https://github.com/0jdxt)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fetienne-napoleone%2Fscrmbl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fetienne-napoleone%2Fscrmbl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fetienne-napoleone%2Fscrmbl/lists"}