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.
- 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
None required if you just want to use the exe file.
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
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).
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.
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.
To show a list of all movie and TV show names, select option 4 from the main menu.
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.