Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mohitbansal964/episode-tracker
A Simple GUI application to keep track of seen and unseen episodes of TV shows.
https://github.com/mohitbansal964/episode-tracker
database-gui database-management episodes gui python3 sql sqlite3 tkinter tv-series tv-shows
Last synced: about 5 hours ago
JSON representation
A Simple GUI application to keep track of seen and unseen episodes of TV shows.
- Host: GitHub
- URL: https://github.com/mohitbansal964/episode-tracker
- Owner: mohitbansal964
- License: mit
- Created: 2019-03-14T11:55:22.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-18T19:15:23.000Z (almost 6 years ago)
- Last Synced: 2024-11-16T09:18:15.666Z (2 months ago)
- Topics: database-gui, database-management, episodes, gui, python3, sql, sqlite3, tkinter, tv-series, tv-shows
- Language: Python
- Homepage:
- Size: 102 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Episode Tracker
A simple GUI application to keep track of seen and unseen episodes of TV shows.## Installation
1. Make sure python 3.6 is installed on your system.
2. Clone the repository.
3. Install all the packages in ```requirements.txt```.
To install using pip on command line, run ```pip install -r requirements.txt```.
4. Run ```Episode Tracker.py```,
```
python "Episode Tracker.py"
```
5. [Optional] To build the .exe file, run
```
python setup.py bdist
```
Check ```\build\exe.win-amd64-3.6\Episode Tracker.exe```.
and
Check ```\dist\Episode Tracker-1.1.win-amd64.zip```.## Usage
Windows users can download the zip from [release](https://github.com/mohitbansal964/Episode-Tracker/releases).
Extract the zip and open ```Episode Tracker.exe```.After that Episode Tracker application should appear:
## Add a new show
1. Click on Add Button or Right Click in Sidebar > Add or Click on Edit in Menu Bar > Add.
2. Fill in the details.
* Enter Show Name: Friends
* Enter Season Number: 10
* Enter Directory Path: Absolute Path to Directory
3. Press Enter or Click on Submit.
A new button in the sidebar will be created like this:
## Update a show
1. Click on Update Button or Right Click in Sidebar > Update or Click on Edit in Menu Bar > Update.
2. Fill in the details.
* Enter Show Name: Friends Season 10 (This must match with an existing button in the sidebar.)
* Enter Directory Path: Absolute Path to Directory
3. Click on Submit.
List of the episodes will be updated.
## Delete a show
Right Click on show button and Click Delete.
OR
1. Click on Delete Button or Right Click in Sidebar > Delete or Click on Edit in Menu Bar > Delete.
2. Fill in the details.
* Enter Show Name: Friends Season 10 (This must match with an existing button in the sidebar.)
3. Click on Submit.
## Clear Screen
To clear the main screen, Click on Clear Screen Button.## Mark Seen or Unseen an episode.
1. Click on show button from sidebar. List of episodes will appear in the main area.
2. Click on Seen radiobutton to mark an episode seen.## License
The content of this repository is licensed under [MIT LICENSE](LICENSE.txt).