python-scripts/scripts/Email Sender
2022-09-16 23:25:48 +05:30
..
README.md fix: Changed the file structure 2022-09-16 23:25:48 +05:30
script.py fix: Changed the file structure 2022-09-16 23:25:48 +05:30

Check-System-Usage

built by developers python Code style: black License

About

A Python3 script to automate the email sending process

Setup

  • Install Python3 for Windows from here.
  • Open Windows Command Prompt
  • Clone the repository
    git clone https://github.com/GDSC-RCCIIT/General-Purpose-Scripts.git
    
  • Navigate inside the scripts\Email-Sender directory.
    cd General-Purpose-Scripts\scripts\Email-Sender
    
  • Run using Python
    python system-usage.py
    

Note: Make sure you have enabled the "Less Secure Apps" from Google account security to send emails using that script.

Steps to Allow Less Secure Apps