Add alpha and beta versions

This commit is contained in:
2026-05-24 13:51:49 +03:00
commit 12ee7eee2d
27 changed files with 1305 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
# Gitea Analyzer Simple
Простая версия без логина и пароля.
## Linux / Ubuntu
```bash
sudo apt install python3-tk -y
pip3 install -r requirements.txt
python3 main.py
```
Или:
```bash
./run_linux.sh
```
## Windows
1. Установить Python.
2. Запустить `run_windows.bat`.
Для сборки exe запустить `build_windows_exe.bat`.