DataFix Mini-Python Utility
A downloadable tool
DataFix Mini – Python Utility Pack
by CrimsonParse
Three command-line tools. One mission: Fix your data fast.
Whether you’re working on a phone, a tablet, or a Linux shell, this micro-pack gives you everything you need to clean CSVs, batch rename files, and convert plain text into structured spreadsheets — all in raw Python.
Included Scripts:
CleanCSV.py
Cleans up messy CSV files by stripping whitespace, removing blank rows, and keeping your data tidy. Perfect for preprocessing before analysis or uploads.
RenameBatch.py
Rename hundreds of files in seconds. Converts names like IMG001.jpg or 123.txt into a neat data_001.csv style. Customizable base name + file type.
Txt2Csv.py
Converts any line-by-line .txt list into a usable .csv format for Excel, pandas, or mobile spreadsheet apps.
README.txt
Simple usage instructions — beginner friendly and mobile-ready.
Requirements:
Runs on Python 3
Works with Pydroid3, Termux, desktop Python, or Jupyter
License:
100% open for modification under the MIT License.
Use it, tweak it, share it — no strings attached.
Download
Click download now to get access to the following files: