This python code creates a lot of large txt files with all CW combinations.
import os
def create_large_hex_file(directory="C:/hex_files/", max_file_size=8 * 1024**3): # max_file_size = 8 * 1024**3, where 8 = it creates txt files with 8 GB file size, you can modify it...