Skip to content

LUIGI

hackmd-github-sync-badge

LEXI User Interface for Graphical Interaction


How to run the programme/use the code

Using a Terminal:

Using Python virtual environment:

  1. Download the code or clone the repository using the command $git clone [email protected]:Lexi-BU/lxi_gui.git

  2. Create a virtual environment using the command $python3 -m venv lexi_gui_env (or any other name you want to give to the environment) (for Ubuntu) a. Might need to install the python3 venv package using the command $sudo apt-get install python3-venv (for Ubuntu)

  3. Activate the virtual environment using the command $source lexi_gui_env/bin/activate

  4. Install the required packages using the command $pip install -r requirements.txt

  5. Run the file lxi_gui.py using the command $python lxi_gui.py (or $python3 lxi_gui.py if you have both python2 and python3 installed).

  6. Can also run the file by simply using the command $./lxi_gui.sh (if the file is an executable file).

Using Poetry:

  1. Download the code or clone the repository using the command $git clone [email protected]:Lexi-BU/lxi_gui.git

  2. cd into the folder using the command $cd lxi_gui

  3. Install poetry using the command $pip install poetry

  4. Install the required packages using the command $poetry install

  5. Start the virtual environment using the command $poetry shell

  6. Run the file lxi_gui.py using the command $python lxi_gui.py (or $python3 lxi_gui.py if you have both python2 and python3 installed).

  7. Can also run the file by simply using the command $./lxi_gui.sh (if the file is an executable file).

For Windows:

  1. If you are on Windows, you can download the executable file for LUIGI by clicking on this link: LUIGI Windows

For Windows/Unix/Mac Os Systems:

  1. Download the code.
  2. Open a terminal in the folder and type $./lxi_gui.sh. If for some reason this doesn't work, check if the file lxi_gui.sh is an executable file or not.
    • if it is not, then run the command$chmod a+x lxi_gui.sh to make it executable
  3. If you are not using terminal, then use any python (version 3.6 or above, which has pandas and seaborn packages installed) to run the file lxi_gui.py and the GUI will pop-up.

Please let me know if you have any trouble in using the program.

Science Front

The Science histograms

Housekeeping Front

The Housekeeping Time series

Pinned Loading

  1. lexi lexi Public

    Main repository for all data analysis related things to LEXI

    Python

  2. LUIGI LUIGI Public

    Python

Repositories

Showing 6 of 6 repositories
  • lexi Public

    Main repository for all data analysis related things to LEXI

    Lexi-BU/lexi’s past year of commit activity
    Python 0 GPL-3.0 0 2 1 Updated Jun 17, 2024
  • Lexi-BU.github.io Public

    The website for lexi

    Lexi-BU/Lexi-BU.github.io’s past year of commit activity
    SCSS 0 0 0 0 Updated Mar 7, 2024
  • .github Public
    Lexi-BU/.github’s past year of commit activity
    0 0 0 0 Updated Oct 3, 2023
  • lexi_term Public

    For using LEXI from terminal

    Lexi-BU/lexi_term’s past year of commit activity
    HTML 0 0 0 0 Updated Aug 19, 2023
  • data_analysis Public

    LEXI Data Analysis codes

    Lexi-BU/data_analysis’s past year of commit activity
    0 0 0 0 Updated Jul 26, 2023
  • LUIGI Public
    Lexi-BU/LUIGI’s past year of commit activity
    Python 0 0 0 0 Updated Mar 10, 2023

Top languages

Loading…

Most used topics

Loading…