https://github.com/eniompw/flaskmsg
Simple Flask Messaging app
https://github.com/eniompw/flaskmsg
Last synced: 12 months ago
JSON representation
Simple Flask Messaging app
- Host: GitHub
- URL: https://github.com/eniompw/flaskmsg
- Owner: eniompw
- Created: 2020-11-12T16:05:29.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-03-22T09:43:42.000Z (about 4 years ago)
- Last Synced: 2025-03-27T04:43:47.759Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FlaskMSG
* [get args data](https://github.com/eniompw/FlaskMSG/blob/main/get_args.py)
* [get form data](https://github.com/eniompw/FlaskMSG/blob/main/hello_form.py)
* [save to file](https://github.com/eniompw/FlaskMSG/blob/main/flask_app.py)
### REF:
* [HTML Forms](https://www.w3schools.com/html/html_forms.asp)
* [Flask Request](https://flask.palletsprojects.com/en/1.1.x/quickstart/#the-request-object)
* [File Read Write](https://www.w3schools.com/python/python_file_write.asp)