Skip to content

dannysitu/lyrics_generator

 
 

Repository files navigation

Lyrics Generator

Song Lyrics Generator

Local Testing

Assuming Python 3 is already installed.

Install Python virtual environment:

Mac / Linux:

python3 -m venv venv 
source venv/bin/activate
pip install -U -r dev-requirements.txt

Windows:

python -m venv venv 
./venv/Scripts/activate
pip install -U -r dev-requirements.txt

Run local Flask server:

python main.py

Browse to test form:

http://localhost:8080/web/submit_line

Deploying to Google App Engine

gcloud app deploy

Updating Python Package Pins

pip-compile requirements.in
pip-compile dev-requirements.in

About

Song Lyrics Generator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • HTML 51.1%
  • Python 36.9%
  • CSS 9.4%
  • JavaScript 2.2%
  • Shell 0.4%