add README.md
This commit is contained in:
parent
cee2d548c6
commit
c8b4a5794c
1 changed files with 16 additions and 0 deletions
16
README.md
Normal file
16
README.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
# Tagger
|
||||
|
||||
Generiert Tags aus HTML-Artikeln.
|
||||
|
||||
Eine pure-python Lösung für
|
||||
einen [GNU/Linux.ch Wettbewerb](https://gnulinux.ch/wettbewerb-gnu-linux-ch-verschlagworten)
|
||||
|
||||
## Voraussetzungen
|
||||
|
||||
- Python 3.9
|
||||
|
||||
## Verwendung
|
||||
|
||||
```
|
||||
python3 tagger.py
|
||||
```
|
Loading…
Reference in a new issue