Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vkalyvayut-roboty-a-ne-chelovek/screenuler
Simple Python Tkinter screen ruler
https://github.com/vkalyvayut-roboty-a-ne-chelovek/screenuler
python screen-ruler screenruler tkinter
Last synced: 3 months ago
JSON representation
Simple Python Tkinter screen ruler
- Host: GitHub
- URL: https://github.com/vkalyvayut-roboty-a-ne-chelovek/screenuler
- Owner: vkalyvayut-roboty-a-ne-chelovek
- License: unlicense
- Created: 2024-06-11T20:20:18.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-07-08T08:16:51.000Z (6 months ago)
- Last Synced: 2024-10-05T20:07:05.789Z (3 months ago)
- Topics: python, screen-ruler, screenruler, tkinter
- Language: Python
- Homepage:
- Size: 44.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# screenuler
Simple Python Tkinter screen ruler![image](https://github.com/vkalyvayut-roboty-a-ne-chelovek/screenuler/blob/master/image.png)
![image](https://github.com/vkalyvayut-roboty-a-ne-chelovek/screenuler/blob/master/image2.png)
```
options:
-h, --help show this help message and exit
-b BACKGROUND, --background BACKGROUND
color name (red) or hexcode (#f00)
-m MARK_COLOR, --mark_color MARK_COLOR
color name (red) or hexcode (#f00)
-p POSITION_COLOR, --position_color POSITION_COLOR
color name (red) or hexcode (#f00)
```Keybindings are:
```CTRL-Q``` or ```ESC``` - exit
```CTRL-T``` - toggle orientation (horizontal or vertical)
```CTRL-S``` - change size to small (250x75)
```CTRL-M``` - change size to medium (500x75)
```CTRL-L``` - change size to large (750x75)
```Left arrow```, ```Right arrow```, ```Up arrow```, ```Down arrow``` - move (+10 while holding `Control`, +25 while holding `Shift`)