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.
- Host: GitHub
- URL: https://github.com/genndy007/flask-search-letters-in-phrases
- Owner: genndy007
- Created: 2020-12-11T17:56:13.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-11T22:56:49.000Z (almost 5 years ago)
- Last Synced: 2025-01-26T06:41:33.640Z (9 months ago)
- Language: Python
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 :)