Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jurihock/notchout
Notchout is a simple Python script which generates a solid color wallpaper image with a mysterious black bar on the top of it.
https://github.com/jurihock/notchout
apple image macbook macos notch python wallpaper
Last synced: 8 days ago
JSON representation
Notchout is a simple Python script which generates a solid color wallpaper image with a mysterious black bar on the top of it.
- Host: GitHub
- URL: https://github.com/jurihock/notchout
- Owner: jurihock
- License: gpl-3.0
- Created: 2021-12-02T08:30:25.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-02T23:55:30.000Z (about 3 years ago)
- Last Synced: 2024-11-19T15:07:47.489Z (2 months ago)
- Topics: apple, image, macbook, macos, notch, python, wallpaper
- Language: Python
- Homepage:
- Size: 17.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# notchout
```
Usage: notchout.py [OPTIONS] [PATH]Notchout is a simple Python script which generates a solid color wallpaper
image with a mysterious black bar on the top of it.e.g. python notchout.py -c #C0FFEE ~/Pictures/Wallpaper.png
Options:
-s, --screen INTEGER Screen index for auto image size detection. (1)
-w, --width INTEGER Image width. (auto)
-h, --height INTEGER Image height. (auto)
-n, --notch INTEGER Notch height. (74)
-c, --color TEXT Color code. (#191919)
--help Show this message and exit.
```