JakubDotPy / logitycoon_automation

2 stars 1 forks source link

Logitycoon Automation

automate repetitive tasks in the game of logitycoon

Release

Static Badge
Please note that the tool is still in active development and some features may be yet undocummented.

About

This tool aims to automate as much manual work as possible in the game "Logitycoon".

Installation

Windows - python - run from source:

git clone "https://github.com/JakubDotPy/logitycoon_automation"
cd logitycoon_automation
python -m venv venv
venv/Scripts/activate
python main.py

Usage example

Release History

Meta

Jakub Červinka – @JakubDotPy – cervinka.jakub.1989@gmail.com

Contributing

  1. Fork it (https://github.com/JakubDotPy/logitycoon_automation)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request