https://github.com/lilyprism/tftocr2
TFT OCR Bot done right
https://github.com/lilyprism/tftocr2
bot ocr python tft
Last synced: 4 months ago
JSON representation
TFT OCR Bot done right
- Host: GitHub
- URL: https://github.com/lilyprism/tftocr2
- Owner: lilyprism
- License: agpl-3.0
- Created: 2023-12-13T18:32:59.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-11-12T06:35:37.000Z (over 1 year ago)
- Last Synced: 2025-07-22T19:46:35.255Z (11 months ago)
- Topics: bot, ocr, python, tft
- Language: Python
- Homepage:
- Size: 9.68 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![MIT License][license-shield]][license-url]
Table of Contents
## About The Project
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.
## Getting Started
To get a local copy up and running follow these simple steps.
### Prerequisites
Only prerequisite is that you have Python 3.11 installed, other versions might conflict with the code.
* Python 3.11
### Installation
1. Clone the repo
```sh
git clone https://github.com/sayga231/TFTOCR2.git
```
2. Install pipenv packages
```sh
pipenv install
```
## Roadmap
See the [open issues](https://github.com/sayga231/TFTOCR2/issues) for a list of proposed features (and known issues).
## Contributing
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**.
1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request
## License
Distributed under the AGPL License. See `LICENSE` for more information.
## Contact
Rúben Ferreira -
Project Link: [https://github.com/sayga231/TFTOCR2](https://github.com/sayga231/TFTOCR2)
[contributors-shield]: https://img.shields.io/github/contributors/sayga231/TFTOCR2.svg?style=for-the-badge
[contributors-url]: https://github.com/sayga231/TFTOCR2/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/sayga231/TFTOCR2.svg?style=for-the-badge
[forks-url]: https://github.com/sayga231/TFTOCR2/network/members
[stars-shield]: https://img.shields.io/github/stars/sayga231/TFTOCR2.svg?style=for-the-badge
[stars-url]: https://github.com/sayga231/TFTOCR2/stargazers
[issues-shield]: https://img.shields.io/github/issues/sayga231/TFTOCR2.svg?style=for-the-badge
[issues-url]: https://github.com/sayga231/TFTOCR2/issues
[license-shield]: https://img.shields.io/github/license/sayga231/TFTOCR2.svg?style=for-the-badge
[license-url]: https://github.com/sayga231/TFTOCR2/blob/master/LICENSE.file