A Python GUI application that extracts Date/Time, HW-Gain, and Qm values from .bin files and displays them in a user-friendly interface.
✅ 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
-
Clone the repository:
git clone https://github.com/yourusername/bin-file-extractor.git cd bin-file-extractor -
Install dependencies:
pip install -r requirements.txt
-
Run the application:
python app.py
- Click "Upload .bin Files" and select one or more
.binfiles. - The extracted Date/Time, HW-Gain, and Qm values will appear in the text box.
- Click "Copy Data" to copy the extracted information for easy sharing.
tkinter(built into Python)re(for regex-based extraction)Python 3.8+(Recommended)
Feel free to fork this repository, submit pull requests, or report issues.
This project is licensed under the MIT License.