itdaniher / WeDoMore

A Python Library & Reverse Engineering for the WeDo Kit.
GNU General Public License v2.0
36 stars 18 forks source link

Do you have an update to use it on 3.8 version #15

Open Salva-OA opened 3 years ago

Salva-OA commented 3 years ago

pip install wedo

does not work on version 3.8. But if pip install pyusb works. How and where must be copied manually the minimum files of this set in order to write the following sentences:

    from wedo import WeDo

    wd = WeDo()
    wd.motor_a = 100