Which IDE you should use for Python?

                     TOP 4 PYTHON IDE Hey guys, In this post I will show you that which IDE you should use especially for python language. These are as follows: - PyCharm - Vs Code - PyDev -Syder  So, above are the IDEs That i recommend you guys to check out and do code in it. These IDEs has their own good performance features.  *If you have any kind of problems regarding programming feel free to ask me on comments section* Till then Good Bye!

Python Selenium Automation login system in facebook Project

     
    Python Automation: Facebook Login using selenium

             Hey guys! As you all know that python is also used in automating

websites login, and can also login using python. So, I have been working

on this project since one week ago, and then finally I have created the Facebook login automation using python selenium module. In more advance, you can scheduled task in task Scheduler that in what hour this script to be run.

How to install a module:

- In your CMD, terminal, or windows power-shell you will write pip install *package name*

Required modules in this project is:

- Selenium

Note: **After installing selenium you need to download latest version of chrome driver on your machine in order to execute the below code**.

You can also automate email login, or YouTube login using selenium.

This project will be beneficial for your daily use, you can also add some cool advance

features also. 


You guys can comment down your errors regarding this below code

so I will try to resolve your problem ASAP.

CODE:    

Comments

Popular posts from this blog

Python Advance Alarm/Reminder App Project

Which IDE you should use for Python?