Files
comp_auto_restart/README.md
2022-09-02 15:46:41 +07:00

27 lines
486 B
Markdown

# Перезагрузка компьютеров из списка через 60 секунд
Использовано:
- Python 3.10.2
- Pyinstaller 4.10
- Немножечко мозгов и скилла
---
Клонирование:
```
git clone https://github.com/JDM170/comp_auto_restart.git --recurse-submodules
```
---
Запуск:
```
python main.py
```
---
Сборка:
```
pyinstaller --clean --console --onefile --upx-dir=upx\ --name comp_auto_restart main.py
```