Skip to content

Latest commit

 

History

History
74 lines (47 loc) · 3.82 KB

README.md

File metadata and controls

74 lines (47 loc) · 3.82 KB

MENU BOT (Terminal)

Contributors Forks stars pull_request watchers


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.

How it works

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.

Requirements

  • 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)

How to contribute

This repository accepts python scripts. Before making a contribution please make sure you have gone through our contributing guidelines.

Contribute On

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.

Tech Stack

Python docker Linux webserver AWS

Screenshots

Demo

menu-program.mp4

Author

$Yagyandatta