PiSmartTV / PiTV

Smart TV for Raspberry Pi built on AlpineLinux. It (will) supports movies and tv series, songs, weather forecast, streaming, online accounts!
GNU General Public License v3.0
14 stars 0 forks source link
gtk hacktoberfest raspberry-pi smarttv

PiTV

New version of SmartTV. Better code, faster, optimized.

Help needed!

Installation

It is advised to use numix circle icon theme and official theme.

If you want OpenWeatherMap weather info, you have to get OpenWeatherMap account.

git clone https://www.github.com/PiSmartTV/PiTV.git
cd PiTV

Installing dependencies

Recommended way:

pipenv install
pipenv shell

Old way:

pip install -r requirements.txt

Running

export OPEN_WEATHER_API_KEY="YOUR_OPEN_WEATHER_MAP_KEY_HERE"
export UNIT_SYSTEM="metric"
python3 -m PiTV

Or run it with defaults (7timer weather info)

python3 -m PiTV

Screenshots

Default theme is Canta by vinceliuice: https://github.com/vinceliuice/Canta-theme

Contributing

git clone https://www.github.com/PiSmartTV/PiTV.git
cd PiTV
grep "TODO" -rnw .

And fix what is wrong!