-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
João Paulo Carvalho
committed
Jul 6, 2023
1 parent
631f1fd
commit ceaca53
Showing
1 changed file
with
28 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,28 @@ | ||
# thumbs | ||
# GruPy Blumenau Thumbs | ||
|
||
Gerador de banners para os encontros do GruPy Blumenau. | ||
|
||
```shell | ||
$ pip install git+https://github.com/pythonbnu/thumbs.git@main | ||
``` | ||
|
||
### Dependências | ||
|
||
É necessário ter o **Chromium** ou **Google Chrome** instalados e visíveis no `PATH` do seu sistema para poder execurar o módulo adequeadamente. | ||
|
||
- [Download Chromium](https://www.chromium.org/getting-involved/download-chromium/) | ||
|
||
### Executando | ||
|
||
``` | ||
$ grupy_thumbs | ||
? Para qual meetup você deseja criar o banner? 32º encontro do Grupy Blumenau - 29/07/2023 | ||
? Template deseja usar? meetup.html | ||
? Insira o caminho ou URL para uma imagem customizada: https://www.furb.br/web/upl/noticias/201401/escadaria_site.jpg | ||
? Qual o horário do evento? 10:00 AM | ||
[0706/155027.044569:WARNING:sandbox_linux.cc(393)] InitializeSandbox() called with multiple threads in process gpu-process. | ||
[0706/155027.059686:WARNING:bluez_dbus_manager.cc(247)] Floss manager not present, cannot set Floss enable/disable. | ||
594551 bytes written to file /home/jjpaulo2/screenshot.png | ||
``` |