You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A simple python application for tracking movies and TV shows you have watched or plan to watch. The program reads and writes data to a JSON file.
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.
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: 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, the total number of episodes, the 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 entry number you want to rename, 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.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
ShowTrackr
Features
Getting Started
Prerequisites
None required.
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:
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, the total number of episodes, the 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 entry number you want to rename, 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.
Download
This discussion was created from the release ShowTrackr.
Beta Was this translation helpful? Give feedback.
All reactions