voice prescription : A Doctor will be able to dictate his prescription to the patient while talking to his phone or PC running windows. Following key words need to be tagged. eg: name,age, symptoms,medicines. Doctor will say one or more of keywords. • For all keywords data will be captured discreetly. • Doctor will be able to edit / delete by voice or hand any entry that has been made. • Doctor will be able to preview the prescription. • Patient willget the PDF document either directly or as a link in SMS/WhatsApp
应用Python对校园各类网站的通知更新进行短信,邮件提醒。(An application of using python to check notifications update for various campus website,and send SMS reminder,email reminder.)
Got a long list of email recipients? Let's get that sorted. Just feed your connection details, and your subject list in a CSV format, the content and the daemon triggers the emails automatically.
This a secret santa game organizer that assigns secret santa randomly to each participant and then sends an automated mail to each santa with details of his/her secret santa child.
The [mailsender.py][mailsender] has a feature to send attachments which was so graciously added by @yagueto. A slight modification is now required where:
Using argparse the path of the attachment will be passed into the program call.
If the mail is supposed to have no attachments, then the field will be left empty.
If there is an attachment, then the path of the attachment will fol
The [
mailsender.py][mailsender] has a feature to send attachments which was so graciously added by @yagueto. A slight modification is now required where:argparsethe path of the attachment will be passed into the program call.