Skip to content

RafaelCenzano/Marvin-V4

Repository files navigation

Marvin Version 4.0.0

Python virtual assistant. Version 4.0.0

alt text alt text alt text alt text

Setup

Clone the repository and enter it

git clone https://github.com/Marvin-Virtual-Assistant/Marvin-V4.git
cd Marvin-V4

Requirements

Use a virtualenv to create an isolated enviorment

Run the make command to install requirements

make

or with pip manually

pip3 install -r requirements.txt

Running the program

Marvin virtual assistant runs a flask frontend and once you run the firsy command it will open and run any needed proccess for you and let you get started immediately.

make run

or with python manually

python3 run.py

Running the tests

Run tests

make test

or manually with nose2

pytest

What are the tests checking

Checked tests have been passed.

Physics tests
  • Kinematic calculations
  • Number Processing

What happens when a test fails

Report the failed test here!

Authors

License

This project is licensed under the Apache 2.0 License - see the LICENSE file for details

About

Marvin Virtual assistant redone. Version 4! Using python to run a flask app for GUI and python for all backend tasks of the app

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •