It's a desktop in the cloud!
Downloads photos from your personal Facebook and Google libraries and sets them as your wallpaper.
This is a POC for combining asynchronous code of two types: asyncio and tkinter.
The main "trick" is having a thread run the asyncio loop and the main thread running the tkinter loop.
- Download
flydesk.exeexecutable from the releases page - Run the executable
pip install .
flydesk
In order to run the (experimental) pyinstaller build for Windows, run:
pip install .
python compile.py
dist\flydesk
- Press "Connect"
- Log in to Facebook and/or Google
- Press "OK"
- Press "Hit me"
- add periodic wallpaper switching
- add Linux binary packaging