matiasandina / FEDWatcher

Software and Hardware to connect FED3 devices over serial on Raspberry Pi 4
MIT License
4 stars 1 forks source link

Add header content footer structure to tkinter GUI #20

Open matiasandina opened 3 years ago

matiasandina commented 3 years ago

We want: header, content and footer Check the gist here

Things to add to either heather, content or footer

Things to add to the footer:

matiasandina commented 3 years ago

Logo has path issues, decide on folder structure.

image = Image.open(os.path.join(os.getcwd(), 'img/64.png'))
matiasandina commented 3 years ago

Path issues temporarily solved using relpath(__file__)