This repository hosts a Python-based GUI application designed to convert .dat
files into .csv
format for easy data analysis. Built for offline use, it provides an intuitive interface for batch processing of wind energy data sourced from the National Institute of Wind Energy (NIWE).
- User-friendly GUI for easy file conversion.
- Supports batch processing of multiple
.dat
files. - Offline functionality for secure data handling.
- Fast conversion process, ensuring efficiency in data analysis.
You can download the latest release of the application from the following link:
Download v1.0.0
/my-dat-to-csv-converter |-- app.py (Main Python script for handling conversion logic) |-- conversion_utils.py (Utility functions for data processing) |-- app.spec (Build specification file (for PyInstaller)) |-- README.md |-- /build ( Contains compiled application files) | |-- /app (Compiled app files) |-- /dist (Distributable package files)
- Python 3.x
- Clone the repository to your local machine.
git clone https://github.com/Saravanakumar2003/DAT2CSV_GUI_APP
- Run the
app.py
script using the following command:
python app.py
- Select the
.dat
files you wish to convert to.csv
format. - Click on the
Convert
button to initiate the conversion process.
This project is licensed under the MIT License - see the LICENSE file for details.
I express my deepest gratitude to the NIWE team for their invaluable support and guidance throughout this project. Special thanks to:
- Boopathy Sir for exceptional mentorship.
- Zach Sir for technical support.
- Senthil Sir for providing crucial data.
- Vinoth Sir for meticulously validating project outputs.