Checkout the tool here
We all are in this together😷.
Some experts suggested that one can sing 'Happy Birthday' twice while washing hands for 30s.
Want to Get Beyond 'Happy Birthday'? This tool will turn any Song into your handwashing jingle🎶🎵. From kids to grannies, this tool serves everyone everything from rhymes to hymns.
Directions: Print and stick your jingle near washbasin. Use 🧼 and water, and wash hands🧴👏 for at least 40-60 seconds (As per:WHO)
Make sure to Review Us and tell us your handwashing jingle🎵.
The web app is built on Django
, a python framework. Apart from all the miscellaneous backend activities, there is a script written in python which uses Pillow
library and musicmatch
API. For unicodes decoding, it uses library called raqm
. In short, user sends the query which request the Django App which further requests musixmatch API, the response, in the form of lyrics, is then send to Django App and finally it is edited on the template picture.This response in the form of '.png' file is sent to the user.
- Create and activate virtual environment
virtualenv <envname>
- Clone the repo
git clone https://github.com/vidushi-agarwal/musiclean
- Install all the packages
pip install -r requirements.txt
- Run the tool on localhost
python manage.py runserver