This tool is created for Vitual university students for auto login perpose currently working for chrome brower other browser will be added soon.
Download and install Python 3
install pip3
install Virtualenv
install Selenium
install requests
Dwonload : chrome Driver
Setup Driver : Setup driver
Now on we assume that you already have installed python on your systems
before going further check your python version
open CMD / Terminal type command:
python --version
if you have version < 3 then please upgrade it to python 3
when you install python you also install pip its comes with python but if have lower
version then following command
will install latet version of pip.
pip install pip
pip install virtualenv
first we will create a empty directory you can name it what ever you like we are sying it AutoLogin move to the new created Directory create an Virtual Environment name it any name you like we are sying base activate it
Right now my current directory is
D:\python\Project
D:\python\project > mkdir AutoLogin
D:\python\project\AutoLogin > virtualenv base
D:\python\project > base\Scripts\activate
after this you wil see
(base) D:\python\project >
now its activated and their will be two folders
base that belongs to Virtual Environment
Autologin in this folder we will use our program files
move to AutoLogin Directory
D:\python\project > cd AutoLogin
D:\python\project\AutoLogin
install Selenium.
pip install selenium
install requests.
pip install requests
Now its time to setup drivers for chrome
Update chrome and Download Drivers from here : chrome Driver after downloading unzip file create this directory
C:\WebDriver\bin\
and place executable there.
now use this command in CMD to add path
setx /m path "%path%;C:\WebDriver\bin\"
now you all done
copy link of this repo or download it and place all the files into AutoLogin Directory and open CMD
do this
D:\python\prpject\Autologin > python auto.py
it will ask for your VUID and password after providing both of them hit enter and boom!!!! you are login and your LMS is open