Skip to content

Python-based automation bot for farming in Yu-Gi-Oh! DUEL LINKS using OpenCV and simulated inputs.

Notifications You must be signed in to change notification settings

SyaefulKai/DLAuto

Repository files navigation

DLAuto

An automation for Yu-Gi-Oh! DUEL LINKS.

Features

  • Normal Gate Farming
  • Character Event Gate Farming

Prerequisite

Before running this project, make sure you have installed:

  1. Python
  2. Git (Optional)
  3. A deck that contains monsters that can be Normal Summoned with 1700 or more ATK (Normal Monsters are more preferable). image

How To Install & Run

1. Clone the Repository

Clone this repository and navigate to the project directory:

git clone https://github.com/SyaefulKai/DLAuto.git && cd DLAuto

2. Create and Activate Virtual Environment (Optional)

It is recommended to use a virtual environment, although this step is optional:

python -m venv .venv
./.venv/Scripts/activate

3. Install the dependencies

Install the required dependencies:

pip install -r requirements.txt

4. Open Duel Links

Launch Yu-Gi-Oh! DUEL LINKS, set it to full screen with 16:9 ratio and navigate to the gate that you want to auto farm.

5. Run the script

python main.py

How to Contribute

Your contributions are highly appreciated! 😄

  • Fork this repository
  • Clone your forked repository
  • Create a new branch
  • Make your changes
  • Push the changes to your branch
  • Create a pull request

About

Python-based automation bot for farming in Yu-Gi-Oh! DUEL LINKS using OpenCV and simulated inputs.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages