https://github.com/bocaletto-luca/dos-commands-wizard
Dos Commands Wizard is a Python application that provides a graphical interface for interactively running DOS/Shell commands. The application allows users to input commands and execute them immediately or schedule their execution for a later time. It also offers the capability to manage a list of custom commands.
https://github.com/bocaletto-luca/dos-commands-wizard
command-line-tool gui python shell system-administration task-scheduler utility
Last synced: 10 months ago
JSON representation
Dos Commands Wizard is a Python application that provides a graphical interface for interactively running DOS/Shell commands. The application allows users to input commands and execute them immediately or schedule their execution for a later time. It also offers the capability to manage a list of custom commands.
- Host: GitHub
- URL: https://github.com/bocaletto-luca/dos-commands-wizard
- Owner: bocaletto-luca
- License: mit
- Created: 2025-04-22T12:11:09.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-06T00:30:21.000Z (11 months ago)
- Last Synced: 2025-07-06T01:29:31.404Z (11 months ago)
- Topics: command-line-tool, gui, python, shell, system-administration, task-scheduler, utility
- Language: Python
- Homepage: https://bocaletto-luca.github.io/
- Size: 46.9 KB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Dos Commands Wizard
- **Language:** English, Italian.
- **Author:** Bocaletto Luca
[](LICENSE) [](https://www.python.org/) [](https://www.kernel.org/) [](https://github.com/bocaletto-luca/Directory-Monitor)
**Description:**
Dos Commands Wizard is a Python application that provides a graphical interface for interactively running DOS/Shell commands. The application allows users to input commands and execute them immediately or schedule their execution for a later time. It also offers the capability to manage a list of custom commands.

**Key Features:**
- Graphical user interface based on Tkinter.
- Interactive execution of DOS/Shell commands.
- Ability to execute commands immediately.
- Scheduling the execution of commands based on a specified time interval.
- Management of custom commands with names and descriptions.
- Displaying the output of executed commands with highlighting for stdout and stderr.
- Ability to cancel scheduled commands.
- Display of the current directory and the ability to change the directory.
- User interface for managing custom commands, including addition, editing, and deletion.
Dos Commands Wizard is a useful tool for automating tasks and simplifying the execution of DOS/Shell commands in Windows environments.
---
**Note**: Ensure that you have installed all the necessary dependencies before running the application.
**Maintainer Update**
My current GitHub account is **@bocaletto-luca**, which is now the official maintainer of all projects previously published under the **@Elektronoide** account. Please direct any issues, pull requests, or stars to **@bocaletto-luca** for future updates.
---