Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maxplayz7566/chaotic-inventors
Pictionary sort of game
https://github.com/maxplayz7566/chaotic-inventors
backend batch css flask frontend game html html5 javascript js pictionary python python3 shell socket-io
Last synced: 10 days ago
JSON representation
Pictionary sort of game
- Host: GitHub
- URL: https://github.com/maxplayz7566/chaotic-inventors
- Owner: Maxplayz7566
- Created: 2024-08-14T19:16:07.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-01-03T20:48:48.000Z (14 days ago)
- Last Synced: 2025-01-03T21:29:46.894Z (14 days ago)
- Topics: backend, batch, css, flask, frontend, game, html, html5, javascript, js, pictionary, python, python3, shell, socket-io
- Language: JavaScript
- Homepage:
- Size: 6.48 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Just a fun little Pictionary sort of game in python.
### Running on windows,
Install all necessary package, and run `start.bat`.
### Running on Unix `Mac/Linux`,
Install all necessary packages, and run `./start.sh` if you get a permission error run `chmod +777 start.sh`.
Though if you want scorecards to work please use windows. (Correct me if I'm wrong)
Please install ```PyGObject``` for gtk, so the app can run.
You also might want to run `sudo apt-get install libgtk-3-dev libwebkit2gtk-4.0-dev` to install all packages required for it to work# Required packages:
```
pillow
pywebview
flask
flask-socketio
html2image
````pip3 install pillow flask flask-socketio pywebview html2image`
if that gives you trouble installing please use
`pip3 install pillow flask flask-socketio pywebview html2image --break-system-packages`