Skip to content

A simple python application for tracking Movies and TV shows that you have watched or plan to watch.

License

Notifications You must be signed in to change notification settings

Exonymos/ShowTrackr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ShowTrackr

A simple python application for tracking movies and TV shows that you have watched or plan to watch. The program reads and writes data to a json file.

ShowTrackr


Features

  • Add a new Movie or TV show
  • Update watched episodes of a Movie or TV show
  • Rename a Movie or TV show
  • Show a list of all Movie and TV show names
  • Delete an entry

Getting Started

Prerequisites

None required if you just want to use the exe file.

How to use

When you run the program, you will see the main menu with options to add, update, rename, show or delete an entry.

Executable file location: \ShowTrackr\dist\ShowTrackr.exe

Add an entry

To add a new entry, select option 1 from the main menu. Enter the name of the movie or TV show, total number of episodes, number of episodes watched, and the type (M for movie, S for TV show).

Update an entry

To update the number of episodes watched for an entry, select option 2 from the main menu. You will be presented with a list of entries to choose from. Enter the number of the entry you want to update, and then enter the new number of episodes watched.

Rename an entry

To rename an entry, select option 3 from the main menu. You will be presented with a list of entries to choose from. Enter the number of the entry you want to rename, and then enter the new name.

Show all entries

To show a list of all movie and TV show names, select option 4 from the main menu.

Delete an entry

To delete an entry, select option 5 from the main menu. You will be presented with a list of entries to choose from. Enter the number of the entry you want to delete.


About

A simple python application for tracking Movies and TV shows that you have watched or plan to watch.

Resources

License

Stars

Watchers

Forks

Packages

No packages published