This repository contains all of the code for interfacing with a 16x2 Character I2C LCD Display. This accompanies my YouTube tutorial here: https://www.youtube.com/watch?v=fR5XhHYzUK0
demo_forex.py is broken because requests is blocked by cloudflare. Information on the second line is not displayed, as the request for https://tr.investing.com gets a content blocked page that does not have anything the script is looking for.
This is a fix that uses cloudscraper instead of requests to bypass the restriction. Updates to Readme:
Reflect the dependency changes on demo_forex.py.
demo_forex.py is broken because requests is blocked by cloudflare. Information on the second line is not displayed, as the request for https://tr.investing.com gets a content blocked page that does not have anything the script is looking for. This is a fix that uses cloudscraper instead of requests to bypass the restriction. Updates to Readme: Reflect the dependency changes on demo_forex.py.