Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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.