Skip to content

Lucas171/spyturtle_test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SPY TURTLE

steps to begin!

  1. Download files to a folder of your choice
  2. Open in IDE
  3. in terminal in location of main.py run:
pip install Flask Flask-SocketIO 
  1. cd into flask folder
  2. In the terminal run python3 app.py to start the flask app

NOTE: at this point your flask app is running on your local host port 5000 and waiting for a socket.io message

  1. in a seperate terminal cd to the root directory where main.py is
  2. in the termial run python3 main.py

NOTE: this will send an image to the websocket for the webapp to recieve. you should now see the image appear on the screen. If not run the previous command again.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published