txtv

Swiss text tv in the terminal
git clone https://git.in0rdr.ch/txtv.git
Log | Files | Refs | Pull requests |Archive | README | LICENSE

commit c800a2531c5510c0285f4cbb825539cdd012b522
parent 2dcb991f1587111132dcfe20f02485e0f4491da7
Author: Isak Lindhé <isak.e.lindhe@gmail.com>
Date:   Fri, 21 Dec 2018 18:35:45 +0100

added shebang

Diffstat:
Mtxtv.py | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/txtv.py b/txtv.py @@ -1,3 +1,5 @@ +#!/usr/bin/python + import bs4 import requests as rq import colorama