Python Projects | 1.1 - PushBullet
- zuodan

- Nov 2, 2019
- 1 min read
Updated: Dec 2, 2019
This is the start of another series, where I will be sharing some python projects that i'm doing for school.
Week 3
This week I learned to send push notifications to smartphones using python via PushBullet.
As seen in the video, the push notification was sent when I ran the python script.
This could be useful for a number of things. One such example would be to send push notifications to a parent's smartphone whenever their child reaches home (this can be done by using bluetooth and searching for set mac addresses within an area, like we did in Raspberry Pi Projects | 3.1 - Bluetooth Connection)

Comments