I'm very new to programming under a month and I'm so amazed by the possibilities of automation.
I need help making a program. My program is suppose to allow users to type a members name, then the program sends a customized email to that individual. My problem: how do I a) access the name from Excel or a .CSV and then email only that person.
I mean I could do the long winded version of making a list of all the members and their emails within python but that seems very inappropriate. I've been trying really hard to figure this out but keep stumbling.
CodePudding user response:
I'm new to programming, So I understand how you feel. I may not be able to help you program Python, But Easier than Python, Google Forms and Google Sheets might help you do this, Hopefully this idea will help you.
CodePudding user response:
You should check pandas once. It is very easy to automate this kind of thing.