Skip to content

Instantly share code, notes, and snippets.

View mitchas's full-sized avatar
💭
🌝

Mitch mitchas

💭
🌝
View GitHub Profile
@mitchas
mitchas / bitcoin.py
Last active May 9, 2019 17:24
Bitcoin price checker for Pimoroni Four Letter Phat / Raspberry Pi
import time
import string
from random import randint
import random
import fourletterphat as flp
import urllib2
import json
# String of numbers for display to cycle while loading. Can be any letters/numbers. It's random.
numbers = "1234567890"