This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from kivy.app import App | |
from kivy.uix.boxlayout import BoxLayout | |
from kivy.uix.popup import Popup | |
from kivy.uix.label import Label | |
from os import listdir, getcwd | |
from guessit import guess_file_info | |
from pytvdbapi import api | |
class WhiteLabel(Label): |