Is there a Python3 version of ThunderBorg.py?

I saw there is a Python3 version of Ultraborg, do we have a similar one for ThunderBorg? I tried changing the Ultraborg libraries' URL but didn't quite work ;-).

Cheers,

piborg's picture

There is a Python 3 version of the ThunderBorg library available :)

You can download it here: http://forum.piborg.org/downloads/thunderborg/ThunderBorg3.py.txt

Alternatively you can download directly to your Pi using these commands:

cd ~/thunderborg
wget -O ThunderBorg3.py http://forum.piborg.org/downloads/thunderborg/ThunderBorg3.py.txt

You can then change your scripts from:

import ThunderBorg

to

import ThunderBorg3 as ThunderBorg

Brilliant, saves me from bumbling around :-). Thanks a ton folks!

Subscribe to Comments for "Is there a Python3 version of ThunderBorg.py?"