This Python script converts a wordlist file into a format suitable for use with keyboard automation tools like Flipper zero Badusb. It adds "STRING" before each word in the wordlist and appends "ENTER" after each word.
- Duplicate Removal
- Filtering Words: Enable users to filter out words based on word length
- Case conversion
- Delay Option
- User Friendly
- Platform Compatibility
- Clone or download this repository.
- Ensure you have Python installed on your system.
- Save the input wordlist in the same directory as the repository.
- Run the script
converter.py
. - Follow the prompts to enter the filenames for the wordlist and output file, specify if you want to add a delay, and if so, the delay time.
- The converted wordlist will be saved in the specified output file.
python wordlist_converter.py