Skip to content

A Python-based GUI application for converting .dat files to .csv format. Designed for offline use, this tool provides a simple and user-friendly interface to handle batch conversion of .dat files from wind energy data sources. Originally developed during my internship at the National Institute of Wind Energy (NIWE).

Notifications You must be signed in to change notification settings

Saravanakumar2003/DAT2CSV_GUI_APP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

.dat to .csv File Converter - GUI Application

Overview

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).

Features

  • 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.

Downloads

You can download the latest release of the application from the following link:
Download v1.0.0

Folder Structure

/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)

Getting Started

Prerequisites

  • Python 3.x

Installation

  1. Clone the repository to your local machine.
git clone https://github.com/Saravanakumar2003/DAT2CSV_GUI_APP

Usage

  1. Run the app.py script using the following command:
python app.py
  1. Select the .dat files you wish to convert to .csv format.
  2. Click on the Convert button to initiate the conversion process.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgements

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.

About

A Python-based GUI application for converting .dat files to .csv format. Designed for offline use, this tool provides a simple and user-friendly interface to handle batch conversion of .dat files from wind energy data sources. Originally developed during my internship at the National Institute of Wind Energy (NIWE).

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published