Skip to content

Files

Latest commit

Taha Dhiaeddine AmdouniTaha Dhiaeddine Amdouni
Taha Dhiaeddine Amdouni
and
Taha Dhiaeddine Amdouni
Aug 14, 2017
538d07b · Aug 14, 2017

History

History

MicroBit-Python-Fun

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Micro:Bit Fun with Python

This is a collection of stuff written for the BBC Micro:Bit in Python as part of the [Micro World Tour project] (http://microworldtour.github.io/about.html). Each file is separate and can be used to make the Micro:Bit do something fun.

Description

File Description More information
alarm.py Set an alarm to beep loudly if the Micro:bit is moved. Requires a buzzer and wires to connect buzzer to microbit. blog entry
awesome_hearts.py A beating heart animation, positive messages on button click. [blog entry] (https://thoughtstreams.io/peconia/my-week-with-microbit/9825/)
bounce.py Creates a ball that bounces on display. X and Y coordinates can be changed on button click, and more balls can be added. [blog entry] (https://thoughtstreams.io/peconia/my-week-with-microbit/9826/)
buzzer.py Sounds or silences a buzzer on button click. Requires an external buzzer and wires to connect. [blog entry] (https://thoughtstreams.io/peconia/my-week-with-microbit/9827/)
music.py Plays a random song from a list when shaken. Requires an external speaker or headphones plus crocodile clips to connect. [blog entry] (https://thoughtstreams.io/peconia/my-week-with-microbit/9883/)