Simple app to generate random Naruto quotes using Python and Flask
With Python and Pip installed, install the dependencies with:
$ pip install -r requirements.txt
and finally run:
python3 app.py
This project is licensed under the MIT License - see the LICENSE.md file for details