An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Broken Display Simulator



CI Status


Documentation Status


Test coverage percentage




Poetry


black


pre-commit




PyPI Version

Supported Python versions
License

Simulates broken display.

![Broken Display Simulator](https://raw.githubusercontent.com/34j/broken-display-simulator/main/docs/_static/example.png)

## 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)):



34j
34j

💻 🤔 📖

This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!