A minimal Python GUI application to open and inspect .pkl (pickle) files.
(Written with the help of Chat-GPT)
- Open any
.pklfile - View contents in a scrollable text window
- Built using Tkinter (no external dependencies)
git clone https://github.com/nsarpangala/pkl-viewer.git
cd pkl-viewer
pip install .Once installed, you can run the viewer in one of two ways:
pkl-viewerpython -m pkl_viewer