Açıklama Yok

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

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