We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6432e7d commit 1156334Copy full SHA for 1156334
1 file changed
PyPortal_Halloween_Countdown/code.py
@@ -1,7 +1,15 @@
1
"""
2
-This example will figure out the current local time using the internet, and
3
-then draw out a countdown clock until an event occurs!
4
-Once the event is happening, a new graphic is shown
+PyPortal based countdown of days until Halloween.
+
+Adafruit invests time and resources providing this open source code.
5
+Please support Adafruit and open source hardware by purchasing
6
+products from Adafruit!
7
8
+Written by Dave Astels for Adafruit Industries
9
+Copyright (c) 2019 Adafruit Industries
10
+Licensed under the MIT license.
11
12
+All text above must be included in any redistribution.
13
14
15
#pylint:disable=invalid-name
0 commit comments