Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 822 Bytes

File metadata and controls

20 lines (14 loc) · 822 Bytes

AGRMS

Automatic Generated Report Mailing System

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.

Basic UI

Alt UI

Resources

  1. How to send email. code : emails.py Reference

  2. How to generate report in python. code : reports.py Reference

  3. main.py file includes both above features

  4. Flask Tutorial(Basic Understanding) Reference

Task

  1. create frontend for system
  2. connect frontend with backend with flask or django