Git Product home page Git Product logo

lol-account-manager's Introduction

MIT License Issues Forks Stars

League Account Manager

This project was created to alleviate the struggle of having a lot of accounts / smurfs. You can very easily add accounts and quickly log in to the accounts, which also supports opening multiple clients so you never have to worry about logging out or closing previous clients.

Installation

Not written yet

Running Tests

To run tests, install tox with

pip install tox

Then run tests by typing tox into your preferred console.

TODO

  • Add a way to add accounts to the database through gui.
  • Add a way to remove accounts from the database through gui.
  • Add a way to update accounts in the database through gui.
  • Add a way to view accounts in the database through gui.
  • Add a way to view the data of accounts through gui.
  • Fix gui user interface.
  • Add riot api support.
  • Write tests.
  • Write setup tutorial.
  • Write documentation.
  • Fix bugs.
  • Use TKinter for gui.
  • Write tests

Authors

lol-account-manager's People

Contributors

astreuscoding avatar dependabot[bot] avatar

Stargazers

Victor Gouveia avatar  avatar  avatar Willian Arsenio avatar  avatar Abd-elrhman Mohey avatar Dean Lotter avatar Guilherme Cruz avatar paulbtw avatar Preetam Gattogi avatar  avatar Marc avatar Tyler Dansby avatar Nils Simon avatar Maneesh-Kosuru avatar Rares Cristian Olteanu avatar Hans Andreas avatar X avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

lol-account-manager's Issues

Tool won't run if LoL is not installed in the default location

def login(self):
        subprocess.call(["C:\Riot Games\League of Legends\LeagueClient.exe"])
        time.sleep(2.5)
        keyboard.type(self.username)
        keyboard.press(Key.tab)
        keyboard.release(Key.tab)
        time.sleep(0.25)
        keyboard.type(self.password)

This code hardcodes the League Client's location, as such, installation with non-default locations will fail to work with the tool.

doesnt run

program will just not run in any capacity, opens cmd and closes instantly

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.