Skip to content

A web application for an automatic Guitar Tuner Device.

Notifications You must be signed in to change notification settings

juuisle/guitar-tuner-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

guitar-tuner-app.

A web application for an automatic Guitar Tuner Device.

Installation Instruction

Install Pipenv (if it is not installed)

pip install pipenv

From the root folder of the application, initilize a new virtual environment (which is managed by Pipenv):

pipenv shell

Install the packages automatically:

pipenv install

With the above command, all the packages that are listed in Pipfile will be installed on the above virtual enviroment.

To start the application:

python app.py

To exit the virtual environment:

exit

About

A web application for an automatic Guitar Tuner Device.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published