Automation for daily routine tasks using python selenium
Automation for daily routine tasks using python selenium
Everyday task automation is windows application for automating everyday tasks such as Gmail, Amazon, Facebook.
Automation script is written in python selenium with GUI build with wxpython.
Amazon automation: Fetch amazon products details from pre configured products.
Facebook automation: Log in to facebook, send birthday greeting to friends and logout.
First, clone the repository to your local machine:
git clone git@github.com:umaimagit/EverydayTasksAutomation.git
Install the requirements:
pip install selenium
pip install wxpython
Finally, run the script:
python EverydayTasksGUI.py
The source code is released under the MIT License.