Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tedcharlesbrown/tcbatch
Script that automates installation of software and configuration name / IP for windows machines
https://github.com/tedcharlesbrown/tcbatch
Last synced: about 5 hours ago
JSON representation
Script that automates installation of software and configuration name / IP for windows machines
- Host: GitHub
- URL: https://github.com/tedcharlesbrown/tcbatch
- Owner: Tedcharlesbrown
- License: mit
- Created: 2022-12-04T19:29:55.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-04T00:27:16.000Z (about 1 year ago)
- Last Synced: 2023-10-04T12:51:08.183Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 114 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TCBatch
## What
Small command line interface application for quickly setting up new computers / servers.Currently only for windows systems, requires that the exe is run as an administrator.
## Background
On every gig I am on, I need to do the same thing for every computer in the system. Rename, set the IPs, download / install software, etc... So, I created this script to help automate that process## Current Capabilities
## Dependencies
- aiohttp
- asyncio
- bs4
- ftplib
- PIL
- pyuac
- ftplib
- pyyaml
- tqdm
- questionary
- webbrowser
- winshell / pywin32 / win32api / win32serviceutil