Skip to content

A CLI application that writes a to-do list into a binary file and reads a previously saved binary file back to user for updating.

Notifications You must be signed in to change notification settings

silvanoross/Pickling_and_Error_Handling

Repository files navigation

Pickling and Error Handling

This CLI application allows the user to enter items in a to-do list that gets stored using the pickle python module. The user can then reload this data into a working list and continue to update the list. This project shows the used of classes and extensive user guided input in a python program.


Technologies

Language: Python 3.9.12

Pickle - A library used to create binary objects in python


Usage

To run this program utilze the command line or GitBash and navigate to where this repository is kept and run the python application.

  cd Pickling_and_Error_Handling
  python Pickling&ErrorHandling.py

Here are a few pictures of the code running

Proof1 Proof2

About

A CLI application that writes a to-do list into a binary file and reads a previously saved binary file back to user for updating.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages