An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

## Dos Commands Wizard

- **Language:** English, Italian.
- **Author:** Bocaletto Luca

[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue?style=for-the-badge&logo=gnu)](LICENSE) [![Language: Python](https://img.shields.io/badge/Language-Python-blue?style=for-the-badge&logo=python)](https://www.python.org/) [![Linux-Compatible](https://img.shields.io/badge/Linux-Compatible-blue?style=for-the-badge&logo=linux)](https://www.kernel.org/) [![Status: Complete](https://img.shields.io/badge/Status-Complete-brightgreen?style=for-the-badge)](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.

![Screenshot 2023-10-14 152257](https://github.com/elektronoide/Dos-Commands-Wizard/assets/134635227/31531a84-cb91-4fed-981d-daedd36f9d76)

**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.

---