Bez popisu

Fabian Peter Hammerle ebb6c76333 readme: added configuration & usage section před 7 roky
scripts 8176ad83bf toontown engine default path in mac os před 8 roky
tests 1e7fc4b920 initial před 8 roky
tooncher 9643a58e2e TTREngine: "unable to open 'onscreen' window" fixed před 7 roky
.gitignore 64431eda67 gitignore: /build and /env před 7 roky
LICENSE.txt 1e7fc4b920 initial před 8 roky
README.md ebb6c76333 readme: added configuration & usage section před 7 roky
setup.cfg 1e7fc4b920 initial před 8 roky
setup.py 9643a58e2e TTREngine: "unable to open 'onscreen' window" fixed před 7 roky

README.md

tooncher

automates toontown rewritten's login process

Installation

$ pip3 install --user --upgrade tooncher

Configuration

# default path: $HOME/.tooncher
accounts:
- username: toon
  password: secret
- username: ceo
  password: golf
- username: cfo
  password: train
engine_path: '/opt/Toontown Rewritten/TTREngine'

Usage

$ tooncher [username]

Examples

$ tooncher toon
$ tooncher ceo