A mirror of the MKBSD wallpaper grabber for MKBHD's Panels app.
Find a file
2024-09-25 03:21:49 +02:00
.gitignore Literally took me 26 minutes to write this 2024-09-24 20:45:20 +02:00
LICENSE.md Add LICENSE.md 2024-09-24 20:26:06 +02:00
mkbsd.js Cleanup 2024-09-24 20:53:50 +02:00
mkbsd.py add license 2024-09-24 22:48:58 +02:00
README.md Update README.md 2024-09-25 03:21:49 +02:00

 /$$      /$$ /$$   /$$ /$$$$$$$   /$$$$$$  /$$$$$$$ 
| $$$    /$$$| $$  /$$/| $$__  $$ /$$__  $$| $$__  $$
| $$$$  /$$$$| $$ /$$/ | $$  \ $$| $$  \__/| $$  \ $$
| $$ $$/$$ $$| $$$$$/  | $$$$$$$ |  $$$$$$ | $$  | $$
| $$  $$$| $$| $$  $$  | $$__  $$ \____  $$| $$  | $$
| $$\  $ | $$| $$\  $$ | $$  \ $$ /$$  \ $$| $$  | $$
| $$ \/  | $$| $$ \  $$| $$$$$$$/|  $$$$$$/| $$$$$$$/
|__/     |__/|__/  \__/|_______/  \______/ |_______/ 

Because selling out is bad

How to use

MKBSD comes in two variants! Node.js and Python.

Running in Node.js

  1. Ensure you have Node.js installed.
  2. Run node mkbsd.js
  3. Wait a little.
  4. All wallpapers are now in a newly created downloads subfolder.

Running in Python

  1. Ensure you have Python installed.
  2. Ensure you have the aiohttp Python package installed (pip install aiohttp).
  3. Run python mkbsd.py
  4. Wait a little.
  5. All wallpapers are now in a newly created downloads subfolder.

License

            DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
                    Version 2, December 2004

 Copyright (C) 2004 Sam Hocevar <sam@hocevar.net>

 Everyone is permitted to copy and distribute verbatim or modified
 copies of this license document, and changing it is allowed as long
 as the name is changed.

            DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION

  0. You just DO WHAT THE FUCK YOU WANT TO.