Hello! I need help how to print a table from a website that has character shapes in it and each one has a coordinate x and y, doing it correctly will output the letter F.
I spended 5 hours on this yet I couldn't do it๐...
What I know I should use
from bs4 import BeautifulSoup
import requests
url='the website url'
response=requests.get(url)
soup=BeautifulSoup(response.text, 'html.parser')
I don't know how to continue, please send help๐