Skip to content

SOD-Viewer is a graphical tool based on CTk and written in Python aimed at the visualization of a Second Order Dynamics numerical approach by parameter tuning.

Notifications You must be signed in to change notification settings

AsulconS/SOD-Viewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SOD-Viewer

SOD-Viewer is a graphical tool based on CTk and written in Python aimed at the visualization of a Second Order Dynamics numerical approach by parameter tuning.

Requirements

Running SOD-Viewer requires:

How to run it?

Option 1: Executing the binaries:

  • Just go the lastest release , download and run the sod.exe executable.

Option 2: Using a Python Virtual Environment:

  1. Create a Python virtual environment using the following command:

    python -m venv venv
    
  2. Then, with an open terminal, activate your venv:

    • For Windows PowerShell:
      venv\Scripts\activate.ps1
      
    • For Windows Cmd:
      venv\Scripts\activate.bat
      
    • For Linux:
      source venv/bin/activate
      
  3. Finally, install the requirements:

    pip install -r requirements.txt
    
  4. With that done, you can run the app by running:

    python app.py
    

About

SOD-Viewer is a graphical tool based on CTk and written in Python aimed at the visualization of a Second Order Dynamics numerical approach by parameter tuning.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages