wuddz-perms


Namewuddz-perms JSON
Version 1.0.1 PyPI version JSON
download
home_page
SummaryGenerate All/Non-Repeat Character Permutations/Combinations Of String Or Mac Addresses With Prefix/Suffix Partial Address
upload_time2023-06-07 19:17:55
maintainer
docs_urlNone
author
requires_python>=3.7
licenseMIT License Copyright (c) 2023 Wuddz-Devs Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords combinations generator password permutations string
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <h1 align="center">Wuddz String/Mac Address Permutations/Combinations Generator</h1>

## Description
 - A Simple Script That Generates All/Non-Repeat Character Permutations/Combinations Of String Or Mac Addresses With Prefix/Suffix Partial Address
 - Of Note Uses Lazy Generators, Will Take Some Time To Generate Huge Lists But Won't Be Memory Intensive
 - Honestly Wrote This Quick Script As I Needed Some Of It's Implementation, Thought I'd Share.

## Prerequisites
 - Python : 3.7

## Installation
Install using [PyPI](https://pypi.org/project/wuddz-perms):
```
$ pip install wuddz-perms
```
Install locally by cloning or downloading and extracting the repo, then cd into 'dist' directory and execute:
```
$ pip install wuddz_perms-1.0.1.tar.gz
```
Then to run it, execute the following in the terminal:
```
$ wudz-perms
```

### Usage
Generate All Lower, Upper & Punctuation 4 Character Length Combinations To Default "output.txt" File.
```
$ wudz-perms -all -l 4
```
Generate All Combinations Of String To Default "output.txt" File.
```
$ wudz-perms -all -a wuddzdevs
```
Generate All Lower & Upper Case Permutations Of String To Default "output.txt" File.
```
$ wudz-perms -upl -a pythondev
```
Generate All Non Repeat Character Permutations Of String To Default "output.txt" File.
```
$ wudz-perms -nrc -a talented
```
Generate Mac Addresses With Specified Prefix/Suffix To Default "output.txt" File.
```
$ wudz-perms -mac -p 00:1a:65:ff
```

## Contact Info:
 - Email:     wuddz_devs@protonmail.com                                                              
 - Github:    https://github.com/wuddz-devs                                                          
 - Telegram:  https://t.me/wuddz_devs
 - Youtube:   https://youtube.com/@wuddz-devs
 - Reddit:    https://reddit.com/user/wuddz-devs

### Buy Me A Coffee!!
 - ERC20 Address: 0x1F1C47dD653Af628D394eac7bAA9Ccf774fd784f

#### Peace & Love Always!!

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "wuddz-perms",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "combinations,generator,password,permutations,string",
    "author": "",
    "author_email": "Wuddz-Devs <wuddz_devs@protonmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/0c/42/cc507e71344df1050d0632574006ea2559da6f95f087c2e7e431268334c5/wuddz_perms-1.0.1.tar.gz",
    "platform": null,
    "description": "<h1 align=\"center\">Wuddz String/Mac Address Permutations/Combinations Generator</h1>\n\n## Description\n - A Simple Script That Generates All/Non-Repeat Character Permutations/Combinations Of String Or Mac Addresses With Prefix/Suffix Partial Address\n - Of Note Uses Lazy Generators, Will Take Some Time To Generate Huge Lists But Won't Be Memory Intensive\n - Honestly Wrote This Quick Script As I Needed Some Of It's Implementation, Thought I'd Share.\n\n## Prerequisites\n - Python : 3.7\n\n## Installation\nInstall using [PyPI](https://pypi.org/project/wuddz-perms):\n```\n$ pip install wuddz-perms\n```\nInstall locally by cloning or downloading and extracting the repo, then cd into 'dist' directory and execute:\n```\n$ pip install wuddz_perms-1.0.1.tar.gz\n```\nThen to run it, execute the following in the terminal:\n```\n$ wudz-perms\n```\n\n### Usage\nGenerate All Lower, Upper & Punctuation 4 Character Length Combinations To Default \"output.txt\" File.\n```\n$ wudz-perms -all -l 4\n```\nGenerate All Combinations Of String To Default \"output.txt\" File.\n```\n$ wudz-perms -all -a wuddzdevs\n```\nGenerate All Lower & Upper Case Permutations Of String To Default \"output.txt\" File.\n```\n$ wudz-perms -upl -a pythondev\n```\nGenerate All Non Repeat Character Permutations Of String To Default \"output.txt\" File.\n```\n$ wudz-perms -nrc -a talented\n```\nGenerate Mac Addresses With Specified Prefix/Suffix To Default \"output.txt\" File.\n```\n$ wudz-perms -mac -p 00:1a:65:ff\n```\n\n## Contact Info:\n - Email:     wuddz_devs@protonmail.com                                                              \n - Github:    https://github.com/wuddz-devs                                                          \n - Telegram:  https://t.me/wuddz_devs\n - Youtube:   https://youtube.com/@wuddz-devs\n - Reddit:    https://reddit.com/user/wuddz-devs\n\n### Buy Me A Coffee!!\n - ERC20 Address: 0x1F1C47dD653Af628D394eac7bAA9Ccf774fd784f\n\n#### Peace & Love Always!!\n",
    "bugtrack_url": null,
    "license": "MIT License  Copyright (c) 2023 Wuddz-Devs  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.",
    "summary": "Generate All/Non-Repeat Character Permutations/Combinations Of String Or Mac Addresses With Prefix/Suffix Partial Address",
    "version": "1.0.1",
    "project_urls": {
        "Homepage": "https://github.com/wuddz-devs/wuddz-perms"
    },
    "split_keywords": [
        "combinations",
        "generator",
        "password",
        "permutations",
        "string"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2c6abd85ec4385b888ebc8120c409a2101b438bbd60f59f1389c6869f1f1d24e",
                "md5": "b53f0837cd5a5829175c670756ab95a3",
                "sha256": "83138e69fe03bf8cab284461bf48f8612fd8c1af6452c957578e66c4586c99fd"
            },
            "downloads": -1,
            "filename": "wuddz_perms-1.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b53f0837cd5a5829175c670756ab95a3",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 4876,
            "upload_time": "2023-06-07T19:17:53",
            "upload_time_iso_8601": "2023-06-07T19:17:53.689588Z",
            "url": "https://files.pythonhosted.org/packages/2c/6a/bd85ec4385b888ebc8120c409a2101b438bbd60f59f1389c6869f1f1d24e/wuddz_perms-1.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0c42cc507e71344df1050d0632574006ea2559da6f95f087c2e7e431268334c5",
                "md5": "70dd5fe63f2988d247978ece22fc899c",
                "sha256": "c0a0e4fb203b22afcf8dd95edcc55ee8fce01d92bcdab5d9dab3c5e6c12acfed"
            },
            "downloads": -1,
            "filename": "wuddz_perms-1.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "70dd5fe63f2988d247978ece22fc899c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 3385,
            "upload_time": "2023-06-07T19:17:55",
            "upload_time_iso_8601": "2023-06-07T19:17:55.359347Z",
            "url": "https://files.pythonhosted.org/packages/0c/42/cc507e71344df1050d0632574006ea2559da6f95f087c2e7e431268334c5/wuddz_perms-1.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-06-07 19:17:55",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "wuddz-devs",
    "github_project": "wuddz-perms",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "wuddz-perms"
}
        
Elapsed time: 0.10362s