Files
Code-000/README.md
T
2025-07-09 20:06:24 +02:00

18 lines
310 B
Markdown

## Installation
```bash
python3 -m venv env
source env/bin/acticate # Nur in linux i geuss
pip install -r requirements.txt
```
## ToDo
- settings button to change displayed content
- (image generator without symbols)
- go back function (logo)
- footer
- new UI
- Testing AI to Create a good app
.