randomisedString


NamerandomisedString JSON
Version 1.3.0 PyPI version JSON
download
home_pageNone
SummaryA well maintained program to generate randomised strings. Can be used for assigning unique IDs of any specified size. Can be alpha only or numeric or alphanumeric as specified.
upload_time2024-03-29 04:39:57
maintainerNone
docs_urlNone
authorNone
requires_python>=3.6
licenseNone
keywords id uid uuid random string unique id
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # randomisedString v1.3.0

```pip install randomisedString --upgrade```


###### <br>A well maintained program to generate randomised strings. Can be used for assigning unique IDs of any specified size. Can be alpha only or numeric or alphanumeric as specified.


<br>To install: 
```
pip install randomisedString --upgrade
pip3 install randomisedString --upgrade
python -m pip install randomisedString --upgrade
python3 -m pip install randomisedString --upgrade
```


#### <br><br>Using this program is as simple as:
```
from randomisedString import Generator as StringGenerator

generator = StringGenerator()

print(generator.AlphaNumeric(10, 10))
>> 45HCMJ4SCy
print(generator.OnlyNumeric(10, 10))
>> cmkntCBmdp
print(generator.OnlyAlpha(10, 10))
>> UjfQZDDOOq
print(generator.AlphaNumeric(5, 10))
>> FxgirdEYB
print(generator.OnlyNumeric(5, 10))
>> XYfzAT
print(generator.OnlyAlpha(5, 10))
>> HqGiHqt
```


### Future implementations:
* Include special characters.


###### <br>This project is always open to suggestions and feature requests.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "randomisedString",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "Bhindi <bhaskarpanja93@gmail.com>",
    "keywords": "id, uid, uuid, random string, unique id",
    "author": null,
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/73/84/c594ceb344d1fd8967df9cf71b5f3fa44ad093815abd57290be457713541/randomisedString-1.3.0.tar.gz",
    "platform": null,
    "description": "# randomisedString v1.3.0\r\n\r\n```pip install randomisedString --upgrade```\r\n\r\n\r\n###### <br>A well maintained program to generate randomised strings. Can be used for assigning unique IDs of any specified size. Can be alpha only or numeric or alphanumeric as specified.\r\n\r\n\r\n<br>To install: \r\n```\r\npip install randomisedString --upgrade\r\npip3 install randomisedString --upgrade\r\npython -m pip install randomisedString --upgrade\r\npython3 -m pip install randomisedString --upgrade\r\n```\r\n\r\n\r\n#### <br><br>Using this program is as simple as:\r\n```\r\nfrom randomisedString import Generator as StringGenerator\r\n\r\ngenerator = StringGenerator()\r\n\r\nprint(generator.AlphaNumeric(10, 10))\r\n>> 45HCMJ4SCy\r\nprint(generator.OnlyNumeric(10, 10))\r\n>> cmkntCBmdp\r\nprint(generator.OnlyAlpha(10, 10))\r\n>> UjfQZDDOOq\r\nprint(generator.AlphaNumeric(5, 10))\r\n>> FxgirdEYB\r\nprint(generator.OnlyNumeric(5, 10))\r\n>> XYfzAT\r\nprint(generator.OnlyAlpha(5, 10))\r\n>> HqGiHqt\r\n```\r\n\r\n\r\n### Future implementations:\r\n* Include special characters.\r\n\r\n\r\n###### <br>This project is always open to suggestions and feature requests.\r\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A well maintained program to generate randomised strings. Can be used for assigning unique IDs of any specified size. Can be alpha only or numeric or alphanumeric as specified.",
    "version": "1.3.0",
    "project_urls": {
        "Homepage": "https://github.com/BhaskarPanja93/randomisedString"
    },
    "split_keywords": [
        "id",
        " uid",
        " uuid",
        " random string",
        " unique id"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3b7b2afd798dd0ebe4be1554fa8126b7ea3ebac06b61ced2e5e09b66c53827bd",
                "md5": "824f016e28da57b5b94206cf2702a547",
                "sha256": "3b323e1204123f1520e1f9375e82677fd08a6ebb0a6bed255ddd922e1a06a656"
            },
            "downloads": -1,
            "filename": "randomisedString-1.3.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "824f016e28da57b5b94206cf2702a547",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 2838,
            "upload_time": "2024-03-29T04:39:55",
            "upload_time_iso_8601": "2024-03-29T04:39:55.991653Z",
            "url": "https://files.pythonhosted.org/packages/3b/7b/2afd798dd0ebe4be1554fa8126b7ea3ebac06b61ced2e5e09b66c53827bd/randomisedString-1.3.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7384c594ceb344d1fd8967df9cf71b5f3fa44ad093815abd57290be457713541",
                "md5": "ea89d2fdd558112f0a31a9386c01927a",
                "sha256": "6d78aad91b95f244e9c9c73f4967ec899eda5181326d8fe73c5d3c879ab0d101"
            },
            "downloads": -1,
            "filename": "randomisedString-1.3.0.tar.gz",
            "has_sig": false,
            "md5_digest": "ea89d2fdd558112f0a31a9386c01927a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 2559,
            "upload_time": "2024-03-29T04:39:57",
            "upload_time_iso_8601": "2024-03-29T04:39:57.359586Z",
            "url": "https://files.pythonhosted.org/packages/73/84/c594ceb344d1fd8967df9cf71b5f3fa44ad093815abd57290be457713541/randomisedString-1.3.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-29 04:39:57",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "BhaskarPanja93",
    "github_project": "randomisedString",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "randomisedstring"
}
        
Elapsed time: 0.22693s