DEV Community

Erik Lindvall
Erik Lindvall

Posted on

Streamline Your NumPy File Conversions with npyConverter

If you work with NumPy’s .npy files and need to convert them to .mat (MATLAB) or .csv formats, npyConverter is the tool for you! This simple GUI-based tool offers batch conversion of .npy files with a clean and user-friendly interface.

npyConverter GUI


Key Features

Batch Conversion: Convert all .npy files in a directory to either .mat or .csv format in one go.

Logging: Track conversion progress in real-time in the console.


Download

Check out the project repository on GitHub for npyConverter download link and more!


How to Use

  1. Select the folder with .npy files.

  2. Choose the target folder and output format (.mat or .csv).

  3. Hit Convert and let the magic happen.

When the conversion is finished, the console will look something like this:

npyConverter console

Happy converting!

Top comments (0)