๐ a program for making a snowfall on your desktop for linux, windows and macoS
if you use the prebuilt EXE in the releases, just launch it in the directory with the images
if you want to build the EXE yourself, run
> pip install -r requirements.txt
> pip install nuitka
> nuitka --onefile --windows-icon-from-ico=icon.ico --windows-console-mode=disable --enable-plugin=pyqt5 main.py
if you want to run without building, run
$ pip install -r requirements.txt
$ python main.py
to clear the snow on the bottom, right click any snow on the bottom
to exit, double right click any snow on the bottom