Ecosyste.ms: Awesome
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.
https://github.com/mirbyte/text-list-tools
text-list wordlist wordlist-generator wordlist-processing
Last synced: 6 days ago
JSON representation
Python script for generating & modifying .txt files in list format.
- Host: GitHub
- URL: https://github.com/mirbyte/text-list-tools
- Owner: mirbyte
- License: gpl-3.0
- Created: 2024-03-30T21:28:59.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-05-04T13:35:01.000Z (8 months ago)
- Last Synced: 2024-11-08T00:49:15.298Z (about 2 months ago)
- Topics: text-list, wordlist, wordlist-generator, wordlist-processing
- Language: Python
- Homepage:
- Size: 102 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Text-List-Toolbox _IN PROGRESS_
_The script might crash if there's no .txt files found in the current directory when selecting "modify existing file"_ option.## 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.### To do List
- missing functions
- add options to list cleaner
- exit[0] to all menus (goes back to previous menu)## Usage
**Windows**: just doubleclick the .py file.**Others**: idk figure it out.
### 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._