Periodic Words is a program that given a single word or a file with a list of words (one word per line), finds which word can be written as a sequence of chemical symbols (ex: "bacon" = Ba + Co + N).
$ git clone https://github.com/helenapoleri/periodic-words.git
$ cd periodic-words
- Flask
- Python 3
$ export FLASK_APP=main.py
$ flask run