Skip to content

This is just a simple project I developed using Object-Oriented Programming (OOP) and various Python libraries. It’s a desktop application that helps track and visualize glucose levels in a user-friendly way.

Notifications You must be signed in to change notification settings

Mohamedazizblaidi/Glucose-Monitoring-GUI-Application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

🩺 Glucose Monitoring GUI – Simple Python Project

This is a simple desktop application built with Python, designed to help users track and visualize glucose levels over time.
The app uses a Graphical User Interface (GUI) made with customtkinter and stores data locally using sqlite3.
It applies Object-Oriented Programming (OOP) principles and integrates several powerful Python libraries.

🚀 Features

  • Add and manage glucose readings
  • Analyse data using Pandas
  • Display glucose data in a matplotlib line chart
  • Store data locally with SQLite
  • Organize code with OOP for better readability and maintainability
  • Simple and modern GUI with CustomTkinter

🛠️ Tech Stack

  • Python 🐍
  • CustomTkinter – modern GUI library
  • SQLite3 – local database
  • Pandas – data manipulation
  • Matplotlib – data visualization
  • OOP – clean code architecture

📸 Screenshot

🩺 Glucose Monitoring GUI – Simple Python Project

This is a simple desktop application built with Python, designed to help users track and visualize glucose levels over time.
The app uses a Graphical User Interface (GUI) made with customtkinter and stores data locally using sqlite3.
It applies Object-Oriented Programming (OOP) principles and integrates several powerful Python libraries.

🚀 Features

  • Add and manage glucose readings
  • Display glucose data in a matplotlib line chart
  • Store data locally with SQLite
  • Organize code with OOP for better readability and maintainability
  • Simple and modern GUI with CustomTkinter

🛠️ Tech Stack

  • Python 🐍
  • CustomTkinter – modern GUI library
  • SQLite3 – local database
  • Pandas – data manipulation
  • Matplotlib – data visualization
  • OOP – clean code architecture

🔗 Repository

You can find the complete source code here:
(https://github.com/Mohamedazizblaidi/Glucose-Monitoring-GUI-Application/blob/main/Gui%20application.py)

📄 License

This project is licensed under the MIT License.
You are free to use, modify, and distribute it for educational or personal use.

About

This is just a simple project I developed using Object-Oriented Programming (OOP) and various Python libraries. It’s a desktop application that helps track and visualize glucose levels in a user-friendly way.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages