Skip to content

This program allows you to send automated input to an executable program

License

Notifications You must be signed in to change notification settings

ManyCode/Automated-Input-Console

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

Automated Input Console (AIC)

This program allows you to send automated input to an executable program

It a simple program written in Python which allows you to send automated input to an executable program (.Exe).

This program is tagretted specially for programmers. I noticed that it is very irritating to input same data in a program after during program development. This program does that hard work for you.

It read data input from a text file and send them to target program. When that program is executed using AIC, the data is automatically inputted to the program.

Getting Started

It is really simple working with this simple project, just execute AIC.py and enter text filename that contains data to be inputted in the program, and then enter executable (.EXE) filename to execute and send input automatically. Choose execute program option to execute program. Executing program through AIC wil send all input from given text file.

Prerequisites

Python 2.7

Windows XP (or above)

PyWin32 Python module

Installing

This project only works on Windows. You must install Python 2.7 first on your system. Once python is install, the next step is to install pywin32 python module. The module can be downloaded from [HERE] (https://sourceforge.net/projects/pywin32/files/pywin32/)

Built With

  • Python - The python programming language
  • PyWin32 - PyWin32 python module

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

This program allows you to send automated input to an executable program

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published