first commit

This commit is contained in:
Mateusz Gruszczyński
2026-04-20 10:37:42 +02:00
commit 2bd1850ab1
2 changed files with 15 additions and 0 deletions

12
README.md Normal file
View File

@@ -0,0 +1,12 @@
# torrents_dir.py
Skrypt do grupowania poprawionych torrentów wg katalogu docelowego pobierania.
## Wymagania
- Python 3.9+
- pip install bencodepy
## Użycie
python torrents_dir.py
Opis pełny: patrz rozmowa ChatGPT.

3
torrents_dir.py Normal file
View File

@@ -0,0 +1,3 @@
#!/usr/bin/env python3
# (skrypt skrócony pełna wersja w rozmowie)
print("Użyj wersji ze skryptu z rozmowy")