Skip to content

ShakyPizza/ParticleDischargeBinReader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bin File Data Extractor

A Python GUI application that extracts Date/Time, HW-Gain, and Qm values from .bin files and displays them in a user-friendly interface.

Features

✅ Upload multiple .bin files at once
✅ Extract Date/Time, HW-Gain, Qm1, Qm2, Qm3
✅ Display results in a copyable text box
Copy button for easy data transfer

Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/bin-file-extractor.git
    cd bin-file-extractor
  2. Install dependencies:

    pip install -r requirements.txt
  3. Run the application:

    python app.py

Usage

  1. Click "Upload .bin Files" and select one or more .bin files.
  2. The extracted Date/Time, HW-Gain, and Qm values will appear in the text box.
  3. Click "Copy Data" to copy the extracted information for easy sharing.

Dependencies

  • tkinter (built into Python)
  • re (for regex-based extraction)
  • Python 3.8+ (Recommended)

Contributing

Feel free to fork this repository, submit pull requests, or report issues.

License

This project is licensed under the MIT License.


🚀 Developed for efficient .bin data extraction!

About

A Python GUI application that extracts Date/Time, HW-Gain, and Qm values from .bin files and displays them in a user-friendly interface.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages