Skip to content

Smart Energy Graphical User Interface (GUI) is a tool which connects to Smart Energy Metrology Demo applications to enrich the User Experience when interacting with the Demo

License

Notifications You must be signed in to change notification settings

MicrochipTech/smartenergy_metrology_gui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Smart Energy Metrology GUI

⚠ Disclaimer

THE SOFTWARE IS PROVIDED "AS IS" AND GIVE A PATH FOR SELF-SUPPORT AND SELF-MAINTENANCE. This repository contains Metrology GUI (documents and files) intended to help accelerate client product validation.

Smart Energy Graphical User Interface (GUI) is a tool which connects to Smart Energy Metrology Demo applications to enrich the User Experience when interacting with the Demo.

⚠️ Warning: This Repository is currently Under Construction. Contents and Documentation will be updated when ready.

Repository Contents

Folder Contents
GUI Contains Python source code developed in PyQt5 and QT Designer

Metrology GUI application

Prerequisites

Python 3.x installed on your system Required Python packages (see Installation)

Installation

  1. Clone the repository (if applicable):

  2. Open a command console and execute the following command:

     git clone <repository-url>
    
     cd <project-directory>
    

Install dependencies

To install all the Python packages listed in a requirements.txt file, follow these steps:

  • Make sure you have Python and pip installed on your system.

  • Open a terminal or command prompt.

  • Navigate to the directory containing your requirements.txt file.

  • Run the following command:

    pip install -r requirements.txt
    

Notes: This command will install all packages and their specified versions listed in requirements.txt. If you are using a virtual environment, activate it before running the command. For systems with multiple Python versions, you may need to use pip3 instead of pip.

Example:

python -m venv venv
source venv/bin/activate  # On Windows: venv\Scripts\activate
pip install -r requirements.txt

Running the Application

Open a command console and execute the following command:

python GUI\main.py

Follow us on Youtube Follow us on LinkedIn Follow us on Facebook Follow us on Twitter

About

Smart Energy Graphical User Interface (GUI) is a tool which connects to Smart Energy Metrology Demo applications to enrich the User Experience when interacting with the Demo

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages