https://github.com/34j/broken-display-simulator
Simulates broken display using PySimpleGUI
https://github.com/34j/broken-display-simulator
broken cli display gui hacktoberfest python
Last synced: about 1 year ago
JSON representation
Simulates broken display using PySimpleGUI
- Host: GitHub
- URL: https://github.com/34j/broken-display-simulator
- Owner: 34j
- License: cc0-1.0
- Created: 2023-03-15T08:18:12.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-03T17:01:05.000Z (over 1 year ago)
- Last Synced: 2025-03-18T14:06:18.799Z (over 1 year ago)
- Topics: broken, cli, display, gui, hacktoberfest, python
- Language: Python
- Homepage:
- Size: 261 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Broken Display Simulator
Simulates broken display.

## Installation
Install this via pip (or your favourite package manager):
```shell
pip install broken-display-simulator
```
## Usage
The `bdsim` command below will cause annoying vertical lines to appear on the screen.
```shell
bdsim
```
Color and orientation/type can also be specified.
```shell
bdsim horizontal green
```
```shell
bdsim dot red -x 100 -y 100
```
```shell
> bdsim -h
Usage: bdsim [OPTIONS] [[vertical|horizontal|dot|v|h|d]] [COLOR]
Options:
-h, --help Show this message and exit.
-x, --x INTEGER X coordinate
-y, --y INTEGER Y coordinate
```
## Contributors ✨
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!