phen0menon / blum-autoclicker

πŸ€ AutoClicker for BLUM
Other
28 stars 8 forks source link
autoclicker blum blum-autoclicker blum-clicker yolo yolov8

Blum Autoclicker (YOLOv8)

AutoClicker for BLUM (Telegram App).

Features:

Demo:

https://github.com/user-attachments/assets/73f00997-9f5f-41e7-8ecf-e2432f6cf3a2

πŸ‡ΊπŸ‡Έ English instructions
**Works with the recent (14.07.2024) update.** ### Installation 0. You will need Nvidia GPU to run this app since it uses CUDA cores to achieve fast speed. 1. Download the repository (https://github.com/phen0menon/blum-autoclicker/releases) 2. Install Python >= 3.8 (https://www.python.org/downloads/) 3. Open the cmd or powershell in the project folder (blum-autoclicker). 4. Install requirements (run in the cmd). Copy and paste the line, not the whole text!: ``` # Base requirements: pip install -r requirements.txt # PyTorch with CUDA enabled (required!): pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118 ``` 4. Run the process: ``` python main.py ``` 5. Follow instructions given in the cmd ### Possible problems #### Autoreplay not working Try settings Dark mode in the Telegram. #### Other problems All problems may occur because of PyTorch installed without CUDA support. To fix that, run the following commands: ``` # uninstall existing packages first pip uninstall torch torchvision torchaudio pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118 ```
πŸ‡·πŸ‡Ί Russian instructions ### Установка: 0. ΠŸΠΎΠ½Π°Π΄ΠΎΠ±ΠΈΡ‚ΡΡ Π²ΠΈΠ΄Π΅ΠΎΠΊΠ°Ρ€Ρ‚Π° ΠΎΡ‚ Nvidia (ΠΈΡΠΏΠΎΠ»ΡŒΠ·ΡƒΠ΅ΠΌ CUDA ядра, Ρ‡Ρ‚ΠΎΠ±Ρ‹ эффСктивно Ρ€Π°ΡΠΏΠΎΠ·Π½Π°Π²Π°Ρ‚ΡŒ ΠΈΠ·ΠΎΠ±Ρ€Π°ΠΆΠ΅Π½ΠΈΠ΅) 1. Π‘ΠΊΠ°Ρ‡Π°ΠΉΡ‚Π΅ Ρ€Π΅ΠΏΠΎΠ·ΠΈΡ‚ΠΎΡ€ΠΈΠΉ (https://github.com/phen0menon/blum-autoclicker/releases) 2. НуТСн Python >= 3.8 (https://www.python.org/downloads/) 3. ΠžΡ‚ΠΊΡ€ΠΎΠΉΡ‚Π΅ cmd ΠΈΠ»ΠΈ powershell Π² ΠΏΠ°ΠΏΠΊΠ΅ ΠΏΡ€ΠΎΠ΅ΠΊΡ‚Π° (blum-autoclicker) 4. Установка зависимостСй (запуститС Π² ΠΊΠΎΠΌΠ°Π½Π΄Π½ΠΎΠΉ строкС). НуТно ΡΠΊΠΎΠΏΠΈΡ€ΠΎΠ²Π°Ρ‚ΡŒ ΠΈΠΌΠ΅Π½Π½ΠΎ строчки ΠΊΠΎΠΌΠ°Π½Π΄, Π½Π΅ вСсь тСкст!: ``` # ΠžΠ±Ρ‰ΠΈΠ΅ зависимости ΠΏΡ€ΠΎΠ΅ΠΊΡ‚Π° pip install -r requirements.txt # ΠŸΠ°ΠΊΠ΅Ρ‚Ρ‹, Ρ‡Ρ‚ΠΎΠ±Ρ‹ ΠΊΠΎΠΌΠΏΡŒΡŽΡ‚Π΅Ρ€Π½ΠΎΠ΅ Π·Ρ€Π΅Π½ΠΈΠ΅ Ρ€Π°Π±ΠΎΡ‚Π°Π»ΠΎ Π½Π° GPU, Π° Π½Π΅ Π½Π° CPU pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118 ``` 4. Π—Π°ΠΏΡƒΡΡ‚ΠΈΡ‚ΡŒ скрипт: ``` python main.py ``` 5. Π‘Π»Π΅Π΄ΠΎΠ²Π°Ρ‚ΡŒ инструкции :) ### Π’ΠΎΠ·ΠΌΠΎΠΆΠ½Ρ‹Π΅ ΠΏΡ€ΠΎΠ±Π»Π΅ΠΌΡ‹
НС Ρ€Π°Π±ΠΎΡ‚Π°Π΅Ρ‚ Π°Π²Ρ‚ΠΎΡ€Π΅ΠΏΠ»Π΅ΠΉ ΠŸΠΎΠΏΡ€ΠΎΠ±ΡƒΠΉΡ‚Π΅ ΡƒΡΡ‚Π°Π½ΠΎΠ²ΠΈΡ‚ΡŒ Ρ‚Π΅ΠΌΠ½ΡƒΡŽ Ρ‚Π΅ΠΌΡƒ Π² Telegram.
ΠšΠ»ΠΈΠΊΠ΅Ρ€ ΠΌΠ΅Π΄Π»Π΅Π½Π½ΠΎ Ρ€Π°Π±ΠΎΡ‚Π°Π΅Ρ‚! НуТно ΠΏΠ΅Ρ€Π΅ΡƒΡΡ‚Π°Π½ΠΎΠ²ΠΈΡ‚ΡŒ PyTorch с CUDA: ``` # uninstall existing packages first pip uninstall torch torchvision torchaudio pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118 ```
Π’Ρ‹Π»Π°Π·ΠΈΡ‚ какая-Ρ‚ΠΎ ошибка! ΠŸΠΎΠΏΡ€ΠΎΠ±ΠΎΠ²Π°Ρ‚ΡŒ ΠΏΠ΅Ρ€Π΅ΡƒΡΡ‚Π°Π½ΠΎΠ²ΠΈΡ‚ΡŒ PyTorch с CUDA: ``` # uninstall existing packages first pip uninstall torch torchvision torchaudio pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118 ``` Если ошибка всС Π΅Ρ‰Π΅ Π΅ΡΡ‚ΡŒ - создавайтС [issue](https://github.com/phen0menon/blum-autoclicker/issues)

Disclaimer

I created this project for education purposes in the ML field.

If you would like to make a donation, your support would be greatly appreciated:

License

Β© Rolan Ibragimov (phen0menon) 2024. Licensed under the Creative Commons Attribution 4.0 International (CC BY 4.0) License.