Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ZeroMapleQvQ/hdrop_python
Rewrite hdrop using python
https://github.com/ZeroMapleQvQ/hdrop_python
Last synced: about 23 hours ago
JSON representation
Rewrite hdrop using python
- Host: GitHub
- URL: https://github.com/ZeroMapleQvQ/hdrop_python
- Owner: ZeroMapleQvQ
- Created: 2025-01-07T15:33:37.000Z (5 days ago)
- Default Branch: main
- Last Pushed: 2025-01-07T16:01:15.000Z (5 days ago)
- Last Synced: 2025-01-07T17:18:27.078Z (5 days ago)
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hyprland - hdrop_python - implementation of [contrib/hdrop](https://github.com/hyprwm/contrib/tree/main/hdrop)) (Plugins / IPC plugins)
README
# hdrop Python version
This is the Python version of hdrop.
### Features
- [x] i18n support (en, zh_CN)
- [x] floating mode
- [x] focus mode
- [x] set height and width
- [ ] background mode
- [ ] set position
- [ ] multiple instances mode### Usage
#### Install Requirements
Using yay:
```bash
yay -S python-click python-i18n python-hyprpy
```Using paru:
```bash
paru -S python-click python-i18n python-hyprpy
```#### Get help information
Have a look at the [README.md](https://github.com/hyprwm/contrib/blob/main/hdrop/README.md) of the original hdrop project for usage instructions.