python
python copied to clipboard
Official Albert Python plugins
I think a submodule is more tidy - but I can also merge in to main branch. Thanks!
Translates words or short expressions between 15 languages. This extension uses [Reverso Context](https://context.reverso.net/traduction/), a quite powerful online translator, via this [Python API](https://pypi.org/project/Reverso-API/). Inspired by @ManuelSchneid3r's Google Translate extension. To use...
This adds an additional action to copy OTP using the pass-otp extension. The check for the extension isn't pretty but the otp extension doesn't add a binary to $PATH, just...
Closes albertlauncher/albert#967. Usually the WM_CLASS printed by wmctrl has two parts (instance and class name), separated by a dot. There are cases where this is not true: * Chrome's picture-in-picture...
I'm using Ubuntu 20.04. When I have a Nautilus window opened, window_switcher can't work properly. `wmctrl -l -x` outputs like below: ``` 0x04a00007 0 org.gnome.Nautilus.Org.gnome.Nautilus ```
A simple extension that allows to find weather related informations in Albert. We use geopy and a token free API (http://www.7timer.info/) to manage the query. The weather showed is related...
Add list of aliases scraped from Emojipedia using following script: ```python import asyncio import json import re from requests_html import AsyncHTMLSession from rich.progress import track LINE_RE = re.compile( r""" ^...
The current copy action does not use the standard implementation. It uses xclip, which is fine, but then it should be added as a depedency. So that users know they...
Remote desktop client https://remmina.org/