DuckyPass


NameDuckyPass JSON
Version 1.0.4 PyPI version JSON
download
home_pagehttps://github.com/maxrhys/PythonDuckyPassAPI
SummaryA Python module for generating passwords using the DuckyPass API.
upload_time2025-08-06 15:34:04
maintainerNone
docs_urlNone
authorRhys Wills
requires_pythonNone
licensegpl3
keywords password generator api duckypass
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # DuckyPassAPI

A Python module for generating passwords using the DuckyPass API.

## Installation

```bash
pip install DuckyPass
```

## Usage

```python
from DuckyPass import DuckyPassAPI

# Generate a single secure password
password = DuckyPass("secure", 1)
print(password)

# Generate 5 simple passwords
passwords = DuckyPass("simple", 5)
print(passwords)
```

## License

GPLv3

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/maxrhys/PythonDuckyPassAPI",
    "name": "DuckyPass",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "password, generator, API, DuckyPass",
    "author": "Rhys Wills",
    "author_email": "Rhys Wills <rhys@rwills.net>",
    "download_url": "https://files.pythonhosted.org/packages/93/34/2ebed8dd4fe287c7cde5849ff2afe6ee8d740c95327f0c044424f6707456/duckypass-1.0.4.tar.gz",
    "platform": null,
    "description": "# DuckyPassAPI\r\n\r\nA Python module for generating passwords using the DuckyPass API.\r\n\r\n## Installation\r\n\r\n```bash\r\npip install DuckyPass\r\n```\r\n\r\n## Usage\r\n\r\n```python\r\nfrom DuckyPass import DuckyPassAPI\r\n\r\n# Generate a single secure password\r\npassword = DuckyPass(\"secure\", 1)\r\nprint(password)\r\n\r\n# Generate 5 simple passwords\r\npasswords = DuckyPass(\"simple\", 5)\r\nprint(passwords)\r\n```\r\n\r\n## License\r\n\r\nGPLv3\r\n",
    "bugtrack_url": null,
    "license": "gpl3",
    "summary": "A Python module for generating passwords using the DuckyPass API.",
    "version": "1.0.4",
    "project_urls": {
        "Homepage": "https://github.com/maxrhys/PythonDuckyPassAPI"
    },
    "split_keywords": [
        "password",
        " generator",
        " api",
        " duckypass"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a622f72a62bcfda30051fcfa1f2c0a0e1317d3a58f9b0c66f0f7c7e1e74382dd",
                "md5": "e57487c593de961408789d071c883b43",
                "sha256": "0b7cdbcad0b3ef49ae7d785155ba8cd5e38852f8b8ccd3f3652cfd7449b720ca"
            },
            "downloads": -1,
            "filename": "duckypass-1.0.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e57487c593de961408789d071c883b43",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 4487,
            "upload_time": "2025-08-06T15:34:03",
            "upload_time_iso_8601": "2025-08-06T15:34:03.458029Z",
            "url": "https://files.pythonhosted.org/packages/a6/22/f72a62bcfda30051fcfa1f2c0a0e1317d3a58f9b0c66f0f7c7e1e74382dd/duckypass-1.0.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "93342ebed8dd4fe287c7cde5849ff2afe6ee8d740c95327f0c044424f6707456",
                "md5": "bf889bd29a39b1ec0cd66df61e3de280",
                "sha256": "1524c79f20902a5e9cc00d3e0dfbad0c77c2b72aabbc6528dc58a3610c24edfa"
            },
            "downloads": -1,
            "filename": "duckypass-1.0.4.tar.gz",
            "has_sig": false,
            "md5_digest": "bf889bd29a39b1ec0cd66df61e3de280",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 4239,
            "upload_time": "2025-08-06T15:34:04",
            "upload_time_iso_8601": "2025-08-06T15:34:04.893977Z",
            "url": "https://files.pythonhosted.org/packages/93/34/2ebed8dd4fe287c7cde5849ff2afe6ee8d740c95327f0c044424f6707456/duckypass-1.0.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-06 15:34:04",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "maxrhys",
    "github_project": "PythonDuckyPassAPI",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "duckypass"
}
        
Elapsed time: 0.88269s