Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sharkykh committed Jul 20, 2018
1 parent fc1ac0a commit de95c24
Showing 1 changed file with 11 additions and 14 deletions.
25 changes: 11 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,31 +1,28 @@
Trakt.tv Playback Progress Manager
=======
This is a small Tkinter GUI application that allows a Trakt.tv user manage the playback progress items stored in his account.
# Trakt.tv Playback Progress Manager
This is a small Tkinter GUI application that allows a [Trakt.tv](https://trakt.tv) user manage the playback progress items stored in their account.

Requirements
------
## Supported Python versions
* 2.7

## Python requirements
* [trakt.py](https://github.com/fuzeman/trakt.py)

Installation
-----
## Installation
Install requirements:
```shell
pip install -r requirements.txt
```

Usage
-----
## Usage
Run `main.pyw`.
```shell
python main.pyw
```
**Note:** If you're using Windows, just double click the file.

Troubleshooting
-----
## Troubleshooting
* If the application takes some time to load it's usually when Trakt.tv's response is slow, or the site is unavailable.


Screenshot
-----
![image](https://cloud.githubusercontent.com/assets/10238474/22926771/be59930e-f2b6-11e6-9f4e-619aa5d1f235.png)
## Screenshot
![Screenshot](https://cloud.githubusercontent.com/assets/10238474/22926771/be59930e-f2b6-11e6-9f4e-619aa5d1f235.png)

0 comments on commit de95c24

Please sign in to comment.