Skip to content

gupalovich/bdo

Repository files navigation

BDO

Фарм бот и автоматизиция для игры Black Desert Online

Стэк

numpy
openCV (cv2)
pytest
pyQt5
win32api

Жизненный цикл

image

Архитектура

| assets
    | buffs
    | foods
    | loot
    | ui
| data
    *.json
| modules
    bdo.py
    bot.py
    camera.py
    gui.py
    keys.py
    utils.py
    vision.py
    | tests
        test_bdo.py
        test_bot.py
        test_utils.py
        test_vision.py
.editorconfig
.gitignore
main.py
requirements.txt

Tests

pytest (run all tests)
pytest -s (with i/o logging)
pytest modules/tests/test_db.py (run separate testcase)
pytest -v -m slow (run only decorated tag-mark: @pytest.mark.slow)
pytest -s -v -m "not slow" (inverse - exclude tests decorated with 'slow')

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages