Skip to content

angryc/BlackBeanControlPython3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BlackBeanControlPython3

A Python 3 port for BlackBeanControl: https://github.com/davorf/BlackBeanControl

Installation

Before cloning/downloading the script, you should install all dependencies:

Install pip package:

Install python-dev package:

  • sudo apt-get install python-dev

Install configparser package:

  • sudo python3 -m pip install configparser

Install netaddr package:

  • sudo python3 -m pip install netaddr

Install pycrypto package:

  • sudo python3 -m pip install pycrypto

Download and install python-broadlink package - you can find it on the github by the package name (github user: mjg59)

Now you can clone/download BlackBeanControlPython3:

Configuration and Usage

See https://github.com/davorf/BlackBeanControl

About

A Python 3 port for BlackBeanControl

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages