Setting up Python and Open CV with All Necessary Packages
We will follow two steps in this tutorial:
Setting-up Python :-
We will use these settings in our further projects so set them up correctly:
follow these steps please :-
- Setting-up Python
- Setting-up Android Emulator ( Recommended Bluestack )
We will use these settings in our further projects so set them up correctly:
follow these steps please :-
- Download and install Python ( "Recommended Version is :- 2.7.x" )
open "Scripts" folder ( in cmd )
Now write following commands one by one :
- " pip install numpy "
- " pip install mataplotlib "
- " pip install pyautogui "
Now search and download Open CV package according to your environment from the following link :
Keep it in mind that unofficial binaries are strictly discouraged to use but unfortunately this is the easiest way you can setup Open CV ( Listen once more i do not recommend you to use unofficial binaries proceed with your choice )
OK , now if you have decided to proceed further then install downloaded Open CV ( if you have any kind of problem in installing package please follow this tutorial to know how to install package in Python )
Now check your all installation by importing all packages in IDLE for Open CV use "import cv2"
Setting-up Android Emulator :-
My recommended is Bluestack so i will use Bluestack 2.0 in this tutorial
Download and install Bluestack then install Candy Crush :)
Yippee we are ready now to make our Candy Crush BOT
NEXT >>
0 comments:
Post a Comment