Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 700 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 700 Bytes

GUI_py

Python GUI – tkinter. Python offers multiple options for developing GUI (Graphical User Interface). ... It is a standard Python interface to the Tk GUI toolkit shipped with Python. Python with tkinter outputs the fastest and easiest way to create the GUI applications. Creating a GUI using tkinter is an easy task.

I have devised a BMI measurement system as an intern at Endress+ Hauser automation. I have interfaced a logitech camera and screen with my R-pi. A subprocess clicks the picture from camera and save the screenshot and I have used grid method for geometry management. I have formed a 4×4 grid and i also used smtplib for sending the screenshot to email provided by user.