randoms-string-generator


Namerandoms-string-generator JSON
Version 0.0.2 PyPI version JSON
download
home_pagehttps://github.com/ariansajadian/randoms_string_generator.git
SummaryGenerate verification code and random password
upload_time2024-09-23 11:22:37
maintainerNone
docs_urlNone
authorArian
requires_pythonNone
licenseMIT
keywords string random code
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Random String Generator

Random String Generator is a simple tool for web applications

- Generate Verification code
- Random password
# Requirements
- Python 3.6 + version
## Features

- Generate random password for users
- Verification code generator for email authentication

Markdown is a lightweight markup language based on the formatting conventions
that people naturally use in email.
As [John Gruber] writes on the [Markdown site][df1]

> Random String Genrator goal
> is to make simple tool
> for any python developers to
> struggle with creating secure random password,
> verifiy code, and any like things in own web applications

## Installation

Install the dependencies 

```sh
pip install random_string_generator
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/ariansajadian/randoms_string_generator.git",
    "name": "randoms-string-generator",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "String, Random, Code",
    "author": "Arian",
    "author_email": "arianpypi@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/87/ec/8027c96fb212f54de645d5161e15cc957ca86b18d643d5af1e43b0411eac/randoms_string_generator-0.0.2.tar.gz",
    "platform": null,
    "description": "# Random String Generator\r\n\r\nRandom String Generator is a simple tool for web applications\r\n\r\n- Generate Verification code\r\n- Random password\r\n# Requirements\r\n- Python 3.6 + version\r\n## Features\r\n\r\n- Generate random password for users\r\n- Verification code generator for email authentication\r\n\r\nMarkdown is a lightweight markup language based on the formatting conventions\r\nthat people naturally use in email.\r\nAs [John Gruber] writes on the [Markdown site][df1]\r\n\r\n> Random String Genrator goal\r\n> is to make simple tool\r\n> for any python developers to\r\n> struggle with creating secure random password,\r\n> verifiy code, and any like things in own web applications\r\n\r\n## Installation\r\n\r\nInstall the dependencies \r\n\r\n```sh\r\npip install random_string_generator\r\n```\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Generate verification code and random password",
    "version": "0.0.2",
    "project_urls": {
        "Download": "https://github.com/ariansajadian/randoms_string_generator/archive/refs/tags/v1.0.0.tar.gz",
        "Homepage": "https://github.com/ariansajadian/randoms_string_generator.git"
    },
    "split_keywords": [
        "string",
        " random",
        " code"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "87ec8027c96fb212f54de645d5161e15cc957ca86b18d643d5af1e43b0411eac",
                "md5": "20dbf2bca33bfbcb51aa3c3897b4cd0c",
                "sha256": "03ccc4bbc44038356daf6707040311f13613970c33b7e9ef30a66741311bcef2"
            },
            "downloads": -1,
            "filename": "randoms_string_generator-0.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "20dbf2bca33bfbcb51aa3c3897b4cd0c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 3255,
            "upload_time": "2024-09-23T11:22:37",
            "upload_time_iso_8601": "2024-09-23T11:22:37.857576Z",
            "url": "https://files.pythonhosted.org/packages/87/ec/8027c96fb212f54de645d5161e15cc957ca86b18d643d5af1e43b0411eac/randoms_string_generator-0.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-23 11:22:37",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ariansajadian",
    "github_project": "randoms_string_generator",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "randoms-string-generator"
}
        
Elapsed time: 0.64933s