TFTOCR2 is currently not working as it is outdated and prone to errors and game bans.
It is also incomplete, with set 9 of TFT but it has a really good code architecture that can scale for future sets if put in the time.
You're free to change the code and make a pull request if you want to help.
To get a local copy up and running follow these simple steps.
Only prerequisite is that you have Python 3.11 installed, other versions might conflict with the code.
- Python 3.11
- Clone the repo
git clone https://github.com/sayga231/TFTOCR2.git
- Install pipenv packages
pipenv install
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
Distributed under the AGPL License. See LICENSE for more information.
Rúben Ferreira -
Project Link: https://github.com/sayga231/TFTOCR2