An open API service indexing awesome lists of open source software.

https://github.com/mirbyte/text-list-tools

Python script for generating & modifying .txt files in list format. Some could say passwdlist toolbox.
https://github.com/mirbyte/text-list-tools

text-list wordlist wordlist-generator wordlist-processing

Last synced: about 1 month ago
JSON representation

Python script for generating & modifying .txt files in list format. Some could say passwdlist toolbox.

Awesome Lists containing this project

README

          

![Size](https://img.shields.io/github/repo-size/mirbyte/Text-List-Tools?color=c41d00&label=Size)
![Created](https://badges.pufler.dev/created/mirbyte/Text-List-Tools?color=c41d00)
![LastCommit](https://img.shields.io/github/last-commit/mirbyte/Text-List-Tools?color=c41d00&label=Updated)
![License](https://img.shields.io/github/license/mirbyte/Text-List-Tools?color=c41d00)

# Text-List-Toolbox
_The script might act funny if there's no .txt files found in the current directory_. Tested on windows only. Still in development but it works as far as my testing goes. If you found this useful, please drop a ⭐- it means a lot!

## Passwd List Generator
Choose between numbers, characters and symbols with a length parameter. It tries to create every possible combination.

## List Cleaner
Removes all numbers, dots and spaces while maintaining the row structure. options coming in the future

## Duplicate Remover
Removes duplicate rows while maintaining the row structure. If the row ends to a space this removes it for some reason, I'll take a look later.


![ttss](https://github.com/user-attachments/assets/a7ccc272-e777-4aee-9bea-eb1eb1d0cebf)

## Usage
**Windows**: `just doubleclick the .py file`

**Others**: `idk figure it out`

## Changelog
**30.3.2025**
- Almost complete logic refactoring. *Over 70% faster* across all generating processes compared to previous versions!
- Changelog started

### Open source projects utilized:
https://github.com/tqdm/tqdm (progress bar)

_Educational purposes only. Don't be a dick. I take no responsibility for any damages caused directly or indirectly by my code._