forked from sniff/sniffpest
1
0
Fork 0
tempest clone for shoving in faces of efnet chatters
Go to file
hgc 353bf54536 fix issue #1 2020-11-16 21:55:44 +10:30
.gitignore yes hello 2020-11-12 17:14:29 +00:00
README.md added extra Pillow instructions to README 2020-11-16 09:23:32 +00:00
cigarette.png fix issue #1 2020-11-16 21:55:44 +10:30
l0de.png yes hello 2020-11-12 17:14:29 +00:00
requirements.txt added extra Pillow instructions to README 2020-11-16 09:23:32 +00:00
sniffpest.py fix issue #1 2020-11-16 21:55:44 +10:30
unh.mp3 panini fucks dogs 2020-11-15 21:52:15 +00:00

sniffpest

started writing a clone of game i never even heard of just to shove it in the faces of two morons on EFnet

no ragrets

python -m venv .venv
source .venv/bin/activate
pip install --no-binary=Pillow -r requirements.txt
python sniffpest.py

i get a "munmap" error????

you probably left out the --no-binary=Pillow bit above. to fix:

pip uninstall Pillow
pip install --no-binary=Pillow Pillow