Git Product home page Git Product logo

auto_login's Introduction

Open Source Love License: MIT welcome

AUTO VU LMS LOGIN

This tool is created for Vitual university students for auto login perpose currently working for chrome brower other browser will be added soon.

Requirements

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

install pip

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

install Virtualenv

pip install virtualenv

now create a new Virtual Environment by using these command

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

Done

Right now my current directory is

D:\python\Project

Now lets do it

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

Now install other Dependences.

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.

for windows users

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

NEW FEATURES WILL BE ADD SOON

ThANK YOU

auto_login's People

Contributors

aunsyedshah avatar musman154 avatar umair313 avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

auto_login's Issues

Webpage incomplete load

Webpage unable to load completely before login.

We can add a functionality like
Login after complete webpage load
And for This we can use python built-in functions

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.