Skip to content

Desktop application for visualizing numerical data and calculating summary statistics. The application is supported by many popular operating systems including Linux, Windows, macOS and just about any system with python installed. Development is still in progress so functionality is currently limited.

Notifications You must be signed in to change notification settings

nickwinsley/DataVisualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Steps for running the application in Linux:

Step 1: (Optional) Create a virtual environment to avoid dependency conflicts Open the terminal (with python and pip installed) and run python3 -m venv my_env_name to create the virtual environment. Now run source myenv/bin/activate.

Step 2: Install required libraries Run pip install --no-cache-dir -r requirements.txt.

Step 3: Run the application Enter python3 ./main.py

About

Desktop application for visualizing numerical data and calculating summary statistics. The application is supported by many popular operating systems including Linux, Windows, macOS and just about any system with python installed. Development is still in progress so functionality is currently limited.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published