Skip to content

Tomi-1997/lemme-draw-that

Repository files navigation

🤝 lemme-draw-that 🎨

Ever wanted to explain something, and it was easier to draw it?
"Wait a moment, let me draw that"

Now you can
  • 👋 Host a room.
  • 🤝 Invite others.
  • 💡 Share ideas.
  • 🎨 Not everyone present? Play a drawing guessing game while waiting.
How it looks

D

How to run

Requirements:

  • app.py
  • Files in folder 'src'
  • Files in folder 'static'
  • Files in folder 'templates'

Dependencies:

pip install Flask
pip install flask-socketio

Running:

  • Navigate via command line to the folder containting app.py
  • Type 'python app.py'
  • In the browser enter {localip}:{port}

Port is 8000 by default.
You can check your local ip by running 'ipconfig' in the command line.

How to run in a container
  • Navigate to the folder containing 'Dockerfile' and build the image
docker build -t lemme-draw-that .
  • Run the container
docker run --rm -p 8000:8000 -e PORT=8000 -e PYTHONUNBUFFERED=1 lemme-draw-that
  • In the browser enter {localip}:{port}

About

Shared productivity canvas app, built with flask and vanilla js.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors