PC & IT SUPPORT MADE EASY FORUM
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Python3 Auto-Clickers For Windows

Go down

Python3 Auto-Clickers For Windows Empty Python3 Auto-Clickers For Windows

Post by jamied_uk 19th April 2023, 22:24

See attached file and run with

Code:
py run.py


This detects buttons (images of buttons)
and clicks them!

screenshot the button and crop it then run using correct .png file in run.py script then run!

Must be on same window / screen to work!
Attachments
Python3 Auto-Clickers For Windows Attachment
Python3_Auto-Clickers_By_JNET.zip You don't have permission to download attachments.(267 Kb) Downloaded 0 times
jamied_uk
jamied_uk
Admin

Posts : 2952
Join date : 2010-05-09
Age : 41
Location : UK

https://jnet.sytes.net

Back to top Go down

Python3 Auto-Clickers For Windows Empty Re: Python3 Auto-Clickers For Windows

Post by jamied_uk 29th April 2023, 18:52

For Linux

python3 -m venv myenv

This will create a new virtual environment in a directory named myenv.

To activate the virtual environment, use the following command:

bash

source myenv/bin/activate

This will activate the virtual environment and change your terminal prompt to indicate that you are now working within the virtual environment.

Note: If you are using the fish shell, the command to activate the virtual environment is slightly different. Use the following command instead:

bash

source myenv/bin/activate.fish

Once you have activated the virtual environment, you can install any necessary packages using pip. For example, to install the requests package, use the following command:

pip install requests

To exit the virtual environment and return to your normal shell environment, use the following command:

deactivate


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


For Windows


cd C:\Users\YourUsername\Desktop\myproject

    Create the virtual environment by running the following command:

python -m venv myenv

This will create a new directory called "myenv" in your current directory, containing the files necessary to run a Python3 virtual environment.

    Activate the virtual environment by running the activate script in the "Scripts" subdirectory of your virtual environment. You can do this by typing:

myenv\Scripts\activate.bat
jamied_uk
jamied_uk
Admin

Posts : 2952
Join date : 2010-05-09
Age : 41
Location : UK

https://jnet.sytes.net

Back to top Go down

Python3 Auto-Clickers For Windows Empty Re: Python3 Auto-Clickers For Windows

Post by jamied_uk 1st May 2023, 12:29

Installing conda

https://docs.conda.io/projects/conda/en/latest/user-guide/install/windows.html

https://pytorch.org/get-started/locally



Conda commands

Code:

C:\ProgramData\miniconda3\conda create --name myenv

C:\ProgramData\miniconda3\conda config --set auto_activate_base true

C:\ProgramData\miniconda3\conda activate myenv
Code:
CALL C:\ProgramData\miniconda3\Scripts\activate.bat

Code:
C:\ProgramData\miniconda3\conda init cmd.exe

C:\ProgramData\miniconda3\conda install -c conda-forge pysoundfile


Code:
pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu117


Last edited by jamied_uk on 1st May 2023, 12:56; edited 1 time in total
jamied_uk
jamied_uk
Admin

Posts : 2952
Join date : 2010-05-09
Age : 41
Location : UK

https://jnet.sytes.net

Back to top Go down

Python3 Auto-Clickers For Windows Empty Re: Python3 Auto-Clickers For Windows

Post by jamied_uk 1st May 2023, 12:48

PyTorch


Code:
PyTorch 1.9.0: https://download.pytorch.org/whl/cu111/torch-1.9.0%2Bcu111-cp38-cp38-win_amd64.whl

pip install torch-1.9.0+cu111-cp38-cp38-win_amd64.whl


Code:
pip install progressbar2

pip install tortoise

pip install tortoise-tts

pip install tortoise-models



To configure tts do these


Code:
python setup.py build
python setup.py install
jamied_uk
jamied_uk
Admin

Posts : 2952
Join date : 2010-05-09
Age : 41
Location : UK

https://jnet.sytes.net

Back to top Go down

Python3 Auto-Clickers For Windows Empty Re: Python3 Auto-Clickers For Windows

Post by jamied_uk 1st May 2023, 13:23

Models

aituts.com/tortoise-models
jamied_uk
jamied_uk
Admin

Posts : 2952
Join date : 2010-05-09
Age : 41
Location : UK

https://jnet.sytes.net

Back to top Go down

Python3 Auto-Clickers For Windows Empty Re: Python3 Auto-Clickers For Windows

Post by Sponsored content


Sponsored content


Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum