Giter Site home page Giter Site logo

all_in_one_login's Introduction

All_In_One_Login

A small GUI to login at various platforms. Written in Python3

Dependencies

-> selenium ( pip install selenium [ Windows Users ] / pip3 install selenium [ Mac/Linux Users ] )

Executing the Script

-> Navigate to the cloned repo directory using Terminal/ PowerShell

-> Type in

python main.py ( Windows Users ) python3 main.py ( Mac/Linux Users )

Note :

  1. Need a compatible webdriver for your Browser. Kindly install the webbriver for your browser before executing the script.

  2. In the file main.py, make the following changes according to your webdriver

For Example : If you use Chrome, then change the driver variable of every function according to your Broswer. After changes, it should look like this : driver = webdriver.Chrome()

           For Firefox, driver = webdriver.Firefox()
           For Safari, driver = webdriver.Safari()
  1. Keep main.py, icon (folder) in the same directory

  2. The Front End of the website(s) may change, so this tool may not work in future but you still get an idea of what changes to make

all_in_one_login's People

Contributors

abhishek-dobliyal avatar

Watchers

 avatar

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.