16 lines
138 B
Markdown
16 lines
138 B
Markdown
|
# FemGui
|
||
|
|
||
|
Fembooru GUI client
|
||
|
|
||
|
## Requirements
|
||
|
|
||
|
- Python 3
|
||
|
- Tkinter
|
||
|
|
||
|
## Setup
|
||
|
|
||
|
```sh
|
||
|
pip install -r requirements.txt
|
||
|
python -m booru
|
||
|
```
|