Windows Background Switcher
A downloadable tool
The WindowsBackgroundSwitcher is a small program I designed in a few hours time to run in the background of my PC. It allows for users to switch the desktop background image with the press of a keybind. It uses two folders to swap between images and can run on startup for ease of use.
For further infos check the GitHub page at: https://github.com/Cuppixx/WinBgSwitcher.
Windows virus detection will most likely throw a false positive especially because the Python script was converted into an executable using the tool pyinstaller
.
Security software sometimes flags Python executables because:
- They are bundled with many libraries in a single file.
- Heuristic scanning might misinterpret embedded Python libraries.
Since the whole script is available on github, feel also free to double check and verify the executable yourself.
Leave a comment
Log in with itch.io to leave a comment.