User will enter Receiver mail id and csv file then click on send button then script automatic generate report in pdf format and sent to receiver.
-
How to send email. code : emails.py Reference
-
How to generate report in python. code : reports.py Reference
-
main.py file includes both above features
-
Flask Tutorial(Basic Understanding) Reference
- create frontend for system
- connect frontend with backend with flask or django