An automation for Yu-Gi-Oh! DUEL LINKS.
- Normal Gate Farming ✅
- Character Event Gate Farming ✅
Before running this project, make sure you have installed:
- Python
- Git (Optional)
- A deck that contains monsters that can be Normal Summoned with 1700 or more ATK (Normal Monsters are more preferable).
Clone this repository and navigate to the project directory:
git clone https://github.com/SyaefulKai/DLAuto.git && cd DLAuto
It is recommended to use a virtual environment, although this step is optional:
python -m venv .venv
./.venv/Scripts/activate
Install the required dependencies:
pip install -r requirements.txt
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.
python main.py
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