Skip to content

Instantly share code, notes, and snippets.

@citakis
citakis / tvrename_gui_main.py
Last active February 12, 2016 11:54
A Gui for tvrename script
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):