Metadata-Version: 2.1
Name: wuddz-perms
Version: 1.0.1
Summary: Generate All/Non-Repeat Character Permutations/Combinations Of String Or Mac Addresses With Prefix/Suffix Partial Address
Project-URL: Homepage, https://github.com/wuddz-devs/wuddz-perms
Author-email: Wuddz-Devs <wuddz_devs@protonmail.com>
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.
License-File: LICENSE
Keywords: combinations,generator,password,permutations,string
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.7
Description-Content-Type: text/markdown

<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!!
