Something About Blog

The Blog is all about Automation of Games and Websites Using some simple Methods and with help of some simple programming language like Python, Java, C, C++. If you have request of a special app, game or website send a mail to me.

Sunday 15 May 2016

Setting up Python and Open CV with All Necessary Packages

We will follow two steps in this tutorial:

  • Setting-up Python 
  • Setting-up Android Emulator  ( Recommended Bluestack )



Setting-up Python :-

We will use these settings in our further projects so set them up correctly:
follow these steps please :-
  1. Download and install Python  ( "Recommended Version is :- 2.7.x" )
After installing Python open cmd with admin privileges and go to default python installation directory (in windows its " c:/python27/")
 open "Scripts" folder (  in cmd  ) 
Now write following commands one by one :
  1. " pip install numpy  "
  2. " pip install mataplotlib  "
  3. " pip install pyautogui  "
Each of them should be successfully installed .
 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

 

Follow us