Skip to content

nsarpangala/pkl-viewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

pkl-viewer

Pickle File Viewer

A minimal Python GUI application to open and inspect .pkl (pickle) files. (Written with the help of Chat-GPT)

Features

  • Open any .pkl file
  • View contents in a scrollable text window
  • Built using Tkinter (no external dependencies)

Installation

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:

From the command line:

pkl-viewer

Or as a Python module

python -m pkl_viewer

About

A minimal Python GUI application to open and inspect .pkl (pickle) files.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages