A simple Python-based command execution tool designed to repeatedly run shell commands with configurable behavior.
- Execute any shell command or command set in a loop
- Execute any shell command or command set X times
- Configurable delay between executions (TTR - Time To Repeat)
- “Slayer Mode” for continuous execution without delay
- Custom working directory
- Scheduled execution by time
- Lightweight and minimal dependencies
# You can edit this line (checks the current time every 1 second):
time.sleep(1)python3 Commander.py