{ "info": { "author": "Awes Mubarak", "author_email": "awes.mubarak@awesmubarak.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python" ], "description": "Username generator\n==================\n\n**A command line application to generate random usernames.**\n\nEach username is an adjective and a noun strung together. There are 142\nadjectives and 484 nouns in the wordlists, resulting in 68,728 possible\nadjective-noun combinations.\n\nWordlist sources:\n\n- http://www.talkenglish.com/vocabulary/top-500-adjectives.aspx\n- http://www.talkenglish.com/vocabulary/top-1500-nouns.aspx\n\nInstallation\n------------\n\nUsing pip:\n\n``sudo pip3 install username_generator``\n\nManual:\n\n``git clone https://github.com/abactel/username_generator_cli``\n\n``cd username_generator_cli``\n\n``setup.py install``\n\nUsage\n-----\n\nOpen a terminal and run ``usernames``. The following options are available:\n\n+---------------------------+------------------------------------------+\n| Command line argument | Description |\n+===========================+==========================================+\n| ``-h``, ``--help`` | Show this help message and exit |\n+---------------------------+------------------------------------------+\n| ``--num NUMBER`` | Change number of usernames generated |\n+---------------------------+------------------------------------------+\n| ``--underscores`` | Use underscores instead of camelCase |\n+---------------------------+------------------------------------------+\n| ``--max_size NUMBER`` | Set maximum size of usernames |\n+---------------------------+------------------------------------------+\n| ``--min_size NUMBER`` | Set minimum size of usernames |\n+---------------------------+------------------------------------------+\n| ``--no_print`` | Prevent printing usernames to terminal |\n+---------------------------+------------------------------------------+\n| ``--fname FILE NAME`` | Save output in a text file |\n+---------------------------+------------------------------------------+\n| ``--indentation LEVEL`` | Number of spaces to indent usernames |\n+---------------------------+------------------------------------------+\n| ``--no_intro`` | Hide short introductory notes |\n+---------------------------+------------------------------------------+\n\n\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/abactel/username_generator_cli", "keywords": "cli random usernames", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "username-generator", "package_url": "https://pypi.org/project/username-generator/", "platform": "", "project_url": "https://pypi.org/project/username-generator/", "project_urls": { "Homepage": "https://github.com/abactel/username_generator_cli" }, "release_url": "https://pypi.org/project/username-generator/2.0.0/", "requires_dist": null, "requires_python": "", "summary": "A command line application to generate random usernames.", "version": "2.0.0" }, "last_serial": 3385097, "releases": { "2.0.0": [ { "comment_text": "", "digests": { "md5": "33054768567867b12399d330952cacb0", "sha256": "de8fb971729b119802c0eca4213aa3b24b08aea06ac27a1cf41954481c002cfe" }, "downloads": -1, "filename": "username_generator-2.0.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "33054768567867b12399d330952cacb0", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 8550, "upload_time": "2017-12-03T18:19:04", "url": "https://files.pythonhosted.org/packages/62/11/54ea5c5682da7788b88e5a8fe042e072fbea4b0d5869da8eec479436e9f4/username_generator-2.0.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "90322e42cf5fef46a48aa3852024e06a", "sha256": "c57cad9fc37079cde22dfdfb6073684d0e2b274237134eb422bfe9e861e9df0b" }, "downloads": -1, "filename": "username_generator-2.0.0.tar.gz", "has_sig": true, "md5_digest": "90322e42cf5fef46a48aa3852024e06a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7078, "upload_time": "2017-12-03T18:19:06", "url": "https://files.pythonhosted.org/packages/ad/b9/ff90f3a182bab5f6dc4a3e4019b7d3c3f7f9ccb07ee56d1327513bb902b4/username_generator-2.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "33054768567867b12399d330952cacb0", "sha256": "de8fb971729b119802c0eca4213aa3b24b08aea06ac27a1cf41954481c002cfe" }, "downloads": -1, "filename": "username_generator-2.0.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "33054768567867b12399d330952cacb0", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 8550, "upload_time": "2017-12-03T18:19:04", "url": "https://files.pythonhosted.org/packages/62/11/54ea5c5682da7788b88e5a8fe042e072fbea4b0d5869da8eec479436e9f4/username_generator-2.0.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "90322e42cf5fef46a48aa3852024e06a", "sha256": "c57cad9fc37079cde22dfdfb6073684d0e2b274237134eb422bfe9e861e9df0b" }, "downloads": -1, "filename": "username_generator-2.0.0.tar.gz", "has_sig": true, "md5_digest": "90322e42cf5fef46a48aa3852024e06a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7078, "upload_time": "2017-12-03T18:19:06", "url": "https://files.pythonhosted.org/packages/ad/b9/ff90f3a182bab5f6dc4a3e4019b7d3c3f7f9ccb07ee56d1327513bb902b4/username_generator-2.0.0.tar.gz" } ] }