An open API service indexing awesome lists of open source software.

https://github.com/genndy007/flask-search-letters-in-phrases

My first web application with Flask. Inspired by Dark Souls III gameplay and Estus Flask. This app can find letters in phrases you give at html page.
https://github.com/genndy007/flask-search-letters-in-phrases

Last synced: 7 months ago
JSON representation

My first web application with Flask. Inspired by Dark Souls III gameplay and Estus Flask. This app can find letters in phrases you give at html page.

Awesome Lists containing this project

README

          

Search for letters in phrases
-------------
This is my first Flask project. It is a web application.

Requirements
-------------
```
pip3 install Flask
```

Run
-------------
```
python3 main.py
```

How to use
------------
App runs at localhost:5000
Use url entry '/entry' to request
Or ignore any paths because it works automatically :)