This is a menu-driven program that receives input from the user by displaying a list of options called a menu, from which the user selects their choice.
On executing the program, the user will be directed to a welcome screen asking to enter a password. Once the user enters the password which is hacktober
by default, he/she will be given an option to either work on local system or in remote system thereafter based on the key user presses he/she will be directed to particular menu.
-
For this project you need to have
python 3
installed in your system. If you don't have python in your system then install it first. -
The
requirements.txt
file should list all Python libraries that your menu program depend on, and they will be installed using:
pip install -r requirements.txt
- If you know docker, hadoop, AWS and webserver then install all the requirement software in your system to run the menu program. (optional)
This repository accepts python scripts. Before making a contribution please make sure you have gone through our contributing guidelines.
You can start contributing to the project by:
- Adding your own menu program (You can automate any technology)
- Adding commands to the pre-existing menu program like adding commands to Linux Terminal menu or docker menu.