This repository contains a Python script that converts a text file of addresses into a CSV file with two columns: "Address" and "Description". The "Address" column contains the addresses from the input file, and the "Description" column is left empty.
The script requires Python 3 to be installed. No additional dependencies are required.
To use the script, run it from the command line like this:
python3 acunetix-csv-maker.py <input file>