Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/albertlauncher/python

Official Albert Python plugins
https://github.com/albertlauncher/python

albertlauncher plugins

Last synced: 3 days ago
JSON representation

Official Albert Python plugins

Awesome Lists containing this project

README

        

## Official Albert Python plugin repository

This repository is shipped with Albert. Credits go to our contributors 👍



### Contribution

* Fork this repository.
* Clone it into the Python user plugin location.
```shell
# on linux
git clone https://github.com//python.git ~/.local/share/albert/python/plugins

# on macos
git clone https://github.com//python.git ~/Library/Application\ Support/albert/python/plugins
```
* Open the directory in your favorite IDE (PyCharmCE is a good choice).
* The Python plugins plugin installs a python stub file in your user plugin directory. This file serves as API documentation and gives you coding assistance if you are using a decent IDE.
* Write your plugin. Make sure it is polished (No bugs, few to no linting warnings, efficient, readable, maintainable, …).
* Commit, push, send a PR.