This is a python-flask contact book app that managed the contact information data in the MySQL Database. You can edit, delete, add, show a table of contacts, and also get the HTML table code of the contacts table. Show the contact info in the dashboard and add many kinds of information such as email, tel, address.
Use the package manager pip to install flask.
pip install flask
pip install flask-sqlalchemy
Some Built-in modules used on this program Such as datetime
from flask import Flask, render_template, request, redirect
from flask_sqlalchemy import SQLAlchemy
from datetime import datetime
1. Add contacts with name, phone number, email, address.
2. Edit contacts information.
3. Delete contact.
4. Show contacts in a table.
5. Get the HTML table code of the contacts information for plug-in
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
For guaranteed pull request:
1 . Describe an issue with the pull request.
2. Adding or suggesting new features
3. Improve the Programme.
4. Fix the Bugs and described
5. Adding functions to do the task more smartly
Please make sure to update tests as appropriate.
**Note : This is developed in the
Python 3.9.0
Flask 1.1.2
Werkzeug 1.0
Email: rsfahad97@gmail.com
Made by Fahad
Please help me to improve the project further.