SpiltCoffee is a massive project of mine. It is an image editor, in GUI form. You can either download an image and put it into the same folder as the py file, or you can use the built in bing image downloader (requires pip module bing-image-downloader to be installed)
If any reference of google-image-downloader are still present, remove them in the script. The module doesnt work and is stupid anyway.
- Clone the repo.
- Run
pip install -r requirements.txt
- Run
spiltcoffee.py
- Profit.
Yes you can, but running it from the current spiltcoffee.py
file requires 2 things:
- Removing all the references of
tkinter
, of which there are 2000+ lines of. (Don't worry, I will upload a bot friendly version soon enough.) - Installing
hikari
andhikari-lightbulb
and adding all hikari required stuff (bot token, imports, etc.)