Skip to content

Commit

Permalink
updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
janinainfa committed Jul 9, 2024
1 parent b53a09a commit aff7ac8
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 18 deletions.
24 changes: 12 additions & 12 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,16 @@ python3 main.py
## Własne komendy
Możesz tworzyć własne komendy przy użyciu ustawień (Plik > Ustawienia) lub edytując plik konfiguracyjny, który znajduje się w folderze`~/mexassistant`.
Każda komenda ma swoją nazwę, która po powiedzeniu do asystenta ją aktywuje, oraz typ, który decyduje czy komenda jest wykonywana jako skrypt powłoki czy skrypt Pythona.


Przykładowa komenda w ustawieniach:
![Przykładowa komenda](sample-command.png)


Ta sama komenda w pliku konfiguracyjnym:
```ini
[otwórz terminal]
type = terminal
command = gnome-terminal
```
Jeśli "przypadkiem" usuniesz w ustawieniach wszystkie komendy lub chcesz je zresetować do domyślnych, usuń plik konfiguracyjny (`~/mexassistant/config.ini`), następnie uruchom program ponownie.
7 changes: 1 addition & 6 deletions create_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,7 @@
type = python
command = results = gw.getWeather()
speak(f"Jest {results[0]} stopni, odczuwalne {results[1]} stopni i {results[2]}")
[pobierz muzykę]
type = python
command = speak("Podaj tytuł:")
cc.downloadFromYT(takeVoice(3, window))
[puść muzykę]
type = terminal
command = playerctl play
Expand Down

0 comments on commit aff7ac8

Please sign in to comment.