{"id":20991430,"url":"https://github.com/rampa2510/python-automate","last_synced_at":"2026-05-22T05:33:52.448Z","repository":{"id":123015698,"uuid":"155735965","full_name":"rampa2510/python-Automate","owner":"rampa2510","description":"All the programs that i created to automate my stuff","archived":false,"fork":false,"pushed_at":"2018-11-03T07:50:36.000Z","size":5368,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-01-20T08:13:26.432Z","etag":null,"topics":["automated","email-sender","python","python-3","python-library","python-script","python3"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rampa2510.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-11-01T15:28:27.000Z","updated_at":"2018-11-03T07:50:37.000Z","dependencies_parsed_at":null,"dependency_job_id":"e411bd5f-8e39-4955-a77b-444ecbbe7857","html_url":"https://github.com/rampa2510/python-Automate","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rampa2510%2Fpython-Automate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rampa2510%2Fpython-Automate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rampa2510%2Fpython-Automate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rampa2510%2Fpython-Automate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rampa2510","download_url":"https://codeload.github.com/rampa2510/python-Automate/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243401514,"owners_count":20285060,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["automated","email-sender","python","python-3","python-library","python-script","python3"],"created_at":"2024-11-19T06:38:47.613Z","updated_at":"2025-12-29T05:42:01.098Z","avatar_url":"https://github.com/rampa2510.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# python-Automate\nI will be uploading all the python scripts I will be using to make my life a little easier\n\n## Download Python3:-\nI made all of my projects using python3, it will be replaced in the future by its succesor but I belive the changes in the syntax will be minimal so if you have python version other than 3.X look out for changes in my code\n\n[To download python](https://www.python.org/downloads/)\n\n## Automated emails\nWhat I wanted to do was automate the task of sending email with same content(body,subject) to more than one people and with a image as an attachment so  I created 3 programs for this task.\nPlease remember to change the directory according to your pwd if you use my code as i have the source variable set to my directory\nI used a for loop to loop through the data stored in the excel sheet which I collected from google forms. I created a goole form which asks the user to input their name and email address.\n### project5.py\n(This was my project no 5 hence the name)\n\n#### Important modules to download:-\n1)yagmail:-\nThis will help you in automating the email sending procedure just type \n```\npip install yagmail\n``` \nto install the python module\n\n\n2)keyring:-\nThis helped me with saving my gmail password. You can use this with any website you want to store the password. I used this so that I would'nt have to display my passcode for my account when i upload it the code on GitHub. Just type\n```\npip install keyring\n``` \nto download this module. Also set your password for your email in terminal not in your program\n\n[How to use this module read here](https://alexwlchan.net/2016/11/you-should-use-keyring/)\n\n\n3)xlrd:- \nI used this module to read the excel file which had the data stored from the google forms. If you would like to learn how to use this module in depth then please read its documentation.To install it type \n```\npip install xlrd\n```\nin your command prompt or teminal window\n\n[Documentation](https://xlrd.readthedocs.io/en/latest/)\n\n[If you would like to know just the part I used, use this website](https://www.geeksforgeeks.org/reading-excel-file-using-python/)\n\n\n#### Description:-\nThis is the main part of the Automate program folder this is the part where the user will start the connection,register,enter the contents and  send the email. I used the for loop to send the email to multiple people\n\n### imagesdownload.py\n\nI used this script to download google images in bulk without me having to manually download them \n\njust type \n```\npip install google_images_download\n``` \nto download the necessary packages.\n\n[How to use this module please read here](https://github.com/hardikvasa/google-images-download)\n\n### filerename.py\nThe images which were downloaded were named with different names and I wanted to rename them. For this I used the os module of python(it comes pre installed with python). I renamed all the images in a order so that I can use it in the for loop   \n\n\n### motivational-quotes-\nThe folder with the images I downloaded\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frampa2510%2Fpython-automate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frampa2510%2Fpython-automate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frampa2510%2Fpython-automate/lists"}