A python based GUI App to send billing receipt to the customer through e-mail using python.
Youtube Link: https://www.youtube.com/watch?v=vkfLOmbklks
How to use : click here
- Kivy GUI library (Learn more about kivy : https://kivy.org/)
- smtplib in Python (Simple Mail Transfer Protocol)
- get more information about smtplib : https://docs.python.org/3/library/smtplib.html
- FPDF library in Python(for creating pdfs)
- checkout it at : https://pypi.org/project/fpdf/
- If we want to use mail service of google account we need to allow less secure app access for using SMTP service.
- You can follow this link to allow less secure app access:https://myaccount.google.com/lesssecureapps
- Allowing this access doesn't mean that Google account will be totally unsecure.