Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joaogabrielzo/get-H
https://github.com/joaogabrielzo/get-H
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/joaogabrielzo/get-H
- Owner: joaogabrielzo
- Created: 2019-12-20T12:22:20.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-20T12:23:58.000Z (about 5 years ago)
- Last Synced: 2024-08-03T02:02:43.931Z (6 months ago)
- Language: Python
- Size: 345 KB
- Stars: 11
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hilarious-repos - get-H - if you wanna use the `h` uppercase char, this goes to the Wikipedia Horse's page and copies it for you! (Standalone projects)
README
# get-H
O objetivo do get-H é automatizar a solução fornecida pela *tech tip* abaixo:
![](imagem/tweet.png)
*"Dica técnica para pessoas que não são experientes como eu:
Quando você aperta a tecla h no seu teclado, aparece um h minúsculo. Mas e se você quiser um h maiúsculo? Fácil!
É só ir até a página de Horse(cavalo) na Wikipedia, copiar o h maiúsculo e copiar no seu documento. Problema resolvido"*## Requisitos
[Requests](https://requests.readthedocs.io/pt_BR/latest/user/quickstart.html)
[BeautifulSoup](https://www.crummy.com/software/BeautifulSoup/bs4/doc/)
[Pyperclip](https://pyperclip.readthedocs.io/en/latest/introduction.html)
Se o seu OS for Linux, será necessário o pacote *xclip*:
```bash
sudo apt-get install xclip
```