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
Muestra el calendario de partidos de todo el Fútbol Argentino, incluye fechas, horarios, televisación e incluso la posibilidad de ver los partidos en streaming.
Glade GUI
Requerimientos
lxml para interpretar HTML: pip install lxml o easy_install lxml
gi para crear interfaces gráficas GTK: pip install gi o easy_install gi
Uso:
$ python fulbo.py
[EN]
Shows Argentinian football (soccer) matches info, including match day, hour, and even can start video stream of available matches.
Glade GUI
Requirements
lxml for parsing HTML: pip install lxml or easy_install lxml
gi for creating GUI: pip install gi or easy_install gi