{"id":20443514,"url":"https://github.com/torhamdev/python_random_strings","last_synced_at":"2025-12-14T19:11:49.581Z","repository":{"id":44160071,"uuid":"427306717","full_name":"TorhamDev/python_random_strings","owner":"TorhamDev","description":"a python lib for generate random string and digits and special characters or A combination of them","archived":false,"fork":false,"pushed_at":"2022-06-17T18:08:48.000Z","size":32,"stargazers_count":6,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-11T19:08:32.514Z","etag":null,"topics":["digits","python","python3","random","random-string","special-characters","string","strings"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TorhamDev.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":"2021-11-12T09:46:23.000Z","updated_at":"2024-02-15T15:46:43.000Z","dependencies_parsed_at":"2022-09-26T16:20:45.112Z","dependency_job_id":null,"html_url":"https://github.com/TorhamDev/python_random_strings","commit_stats":null,"previous_names":["torhamdev/python-random-strings"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TorhamDev%2Fpython_random_strings","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TorhamDev%2Fpython_random_strings/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TorhamDev%2Fpython_random_strings/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TorhamDev%2Fpython_random_strings/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TorhamDev","download_url":"https://codeload.github.com/TorhamDev/python_random_strings/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248647252,"owners_count":21139081,"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":["digits","python","python3","random","random-string","special-characters","string","strings"],"created_at":"2024-11-15T09:48:01.098Z","updated_at":"2025-12-14T19:11:49.502Z","avatar_url":"https://github.com/TorhamDev.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# python random strings\n![Python](https://img.shields.io/badge/python-3670A0?style=for-the-badge\u0026logo=python\u0026logoColor=ffdd54) [![Licence](https://img.shields.io/github/license/TorhamDev/python_random_strings?style=for-the-badge)](./LICENSE)\n\n\u003cbr\u003e\n\n\u003e a python library to generate random strings and digits and special characters or a combination of them\n\n\n## installation 🛠\n\n```bash\npip install python-random-strings\n```\n\n## options 🖇\n1. Random Lower Case\n2. Random Upper Case\n3. Random Letters\n4. Random Digits\n5. Random Hex Digits\n6. Random Oct Digits\n7. Random Punctuation\n8. Random Printable\n9. Random Whitespace\n\n\n## Sample Code ✏️\n```python\n\nfrom python_random_strings import random_strings\n\n\na = random_strings.random_lowercase(6)\nprint(a)\noutput =\u003e hueioj\n\na = random_strings.random_uppercase(6)\nprint(a)\noutput =\u003e GAVKDF\n\na = random_strings.random_letters(6)\nprint(a)\noutput =\u003e rENOtb\n\na = random_strings.random_digits(6)\nprint(a)\noutput =\u003e 653665\n\na = random_strings.random_hexdigits(6)\nprint(a)\noutput =\u003e c25Ba6\n\na = random_strings.random_octdigits(6)\nprint(a)\noutput =\u003e 540322\n\na = random_strings.random_punctuation(6)\nprint(a)\noutput =\u003e \"=*$^\u003c\n\na = random_strings.random_printable(6)\nprint(a)\noutput =\u003e )|~6yZ\n\na = random_strings.random_whitespace(6)\nprint(a)\noutput =\u003e \\t\\n\\r\\t\\n\\x0c\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftorhamdev%2Fpython_random_strings","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftorhamdev%2Fpython_random_strings","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftorhamdev%2Fpython_random_strings/lists"}