This repository builds upon the work of Team K. The application is a pysimplegui application that performs a variety of mathematical and analytical tasks on a dataset, and displays results in different graph formats. The project will run on a Raspberry Pi microcomputer, but can also run and be developed on Windows, MacOS, and Linux due to its cross-platform nature.
- Python 3
pip install -r requirements.txt
To run the application
python app.py
To format code to python pep8 standard
autopep8 --in-place --aggressive --aggressive <filename>
Please append any python libraries used in the project here:
- numpy
- pandas
- matplotlib
- pysimplegui
- python-sounddevice
- scipy
- autopep8 (optional)