Modified README

This commit is contained in:
2023-12-21 14:02:48 +01:00
parent e6c59507c4
commit 0660628647

View File

@@ -2,7 +2,7 @@
Bildersortierprogramm geschrieben in Python3.12. Bildersortierprogramm geschrieben in Python3.12.
Beispiel Struktur der Sortierung: Example structure:
```bash ```bash
app/Bilder/ app/Bilder/
└── SONY └── SONY
@@ -10,7 +10,7 @@ app/Bilder/
├── 10 ├── 10
│   ├── 21 │   ├── 21
│   │   ├── DSC02975.JPG │   │   ├── DSC02975.JPG
│   │   ── DSC02976.JPG │   │   ── DSC02976.JPG
│   ├── 25 │   ├── 25
│   │   ├── DSC03030.JPG │   │   ├── DSC03030.JPG
│   │   ├── DSC03031.JPG │   │   ├── DSC03031.JPG
@@ -25,17 +25,17 @@ app/Bilder/
│   │   └── DSC03135.JPG │   │   └── DSC03135.JPG
│   └── 30 │   └── 30
│   ├── DSC03136.JPG │   ├── DSC03136.JPG
│   ── DSC03137.JPG │   ── DSC03137.JPG
├── 11 ├── 11
│   ├── 16 │   ├── 16
│   │   └── DSC03144.JPG │   │   └── DSC03144.JPG
│   ├── 17 │   ├── 17
│   │   ├── DSC03145.JPG │   │   ├── DSC03145.JPG
│   │   ── DSC03146.JPG │   │   ── DSC03146.JPG
│   └── 28 │   └── 28
│   ├── DSC03153.JPG │   ├── DSC03153.JPG
│   ├── DSC03154.JPG │   ├── DSC03154.JPG
│   ── DSC03155.JPG │   ── DSC03155.JPG
├── ... ├── ...
@@ -45,8 +45,24 @@ app/Bilder/
## Python ## Python
### Linux
Debian:
```bash
sudo apt-get install -y python3 python3-pip
```
### Windows
TODO:
Download the latest version of Python and install it
## Pip ## Pip
```bash
pip3 install -r requirements.txt
```
## Config ## Config
## Starten ## Starten