Lev Rusanov 6128a67b20 Update
* Some refactor in main.py, filesio.py
* Fix settings.json
* Update README.md
* Fix indents in .gitmodules

Signed-off-by: Lev Rusanov <30170278+JDM170@users.noreply.github.com>
2024-10-25 13:20:58 +07:00
2022-08-29 11:04:53 +07:00
2024-10-25 13:20:58 +07:00
2024-10-25 13:20:58 +07:00
2024-10-25 13:20:58 +07:00
2024-10-25 13:20:58 +07:00
2024-10-25 13:20:58 +07:00

Перезагрузка компьютеров из списка через 60 секунд

Использовано:

  • Python 3.10.2
  • Pyinstaller 4.10
  • Немножечко мозгов и скилла

Клонирование:

git clone https://github.com/JDM170/comp_auto_restart.git --recurse-submodules

Запуск:

python main.py

Сборка (без UPX):

pyinstaller --clean --console --onefile --name comp_auto_restart main.py

Сборка (с UPX):

pyinstaller --clean --console --onefile --upx-dir=upx\ --name comp_auto_restart main.py
Description
Перезагрузка компьютеров по расписанию
Readme 50 KiB
Languages
Python 100%