Skip to content

jonathanciapetti/picklevw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

workflow version


picklevw (pronunced pickleview) is a small desktop Python application, designed to read and display pickle files using Pandas and Tkinter. It's basically a GUI wrapping pandas.read_pickle().


✨ Features

  • User-friendly: simple and intuitive GUI built with Tkinter.
  • Fast: efficiently reads pickle files using Pandas.
  • No freezing GUI: GUI and data live in different processes.

🚀 Getting Started

Installation

Clone the repository and install the required dependencies (possibly on a virtual environment):

git clone https://github.com/yourusername/picklevw.git
cd picklevw
pip install -r requirements.txt

Running the App

To start the application, run:

python3 picklevw.py

🛠️ Dependencies

  • pandas >= 1.5
  • tkinter (usually included with Python installations)
  • prettyprinter

⌛ TODOs

  • GUI testing: testing on xvfb using pyvirtualdisplay

🤝 Contributing

Contributions are welcome! If you have any ideas, suggestions, or bug reports, please open an issue or submit a pull request.

📜 License

This project is licensed under the MIT License - see the LICENSE file for details.

📫 Contacts

About

A reader + GUI for pickle files

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages