Skip to content

applination/LunchSelector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Random Restaurant Selector for Lunch 🍲

Restaurant Selector

Welcome to the Random Restaurant Selector for Office Lunch! This simple program helps your office team decide where to have lunch by randomly selecting a restaurant from a predefined list. No more endless debates about where to go – let randomness make the decision for you!

Table of Contents

Features

  • Random Selection: The program randomly chooses a restaurant from a list of options, making the decision process fun and impartial.
  • Predefined Restaurant List: Easily customize the list of restaurants by editing the configuration file.
  • User-Friendly: Simple command-line interface that anyone can use, no technical skills required.

Getting Started

  1. Clone the repository to your local machine:

    git clone https://github.com/your-username/restaurant-selector.git
  2. Navigate to the project directory:

    cd restaurant-selector
  3. Install any necessary dependencies (if required):

    pip install -r requirements.txt

Usage

  1. Open a terminal window and navigate to the project directory.

  2. Run the program:

    python restaurant_selector.py
  3. The program will display a randomly selected restaurant from the predefined list.

  4. Enjoy your lunch at the selected restaurant!

Customization

You can easily customize the list of restaurants by editing the restaurants.txt file. Each restaurant should be on a separate line.

Example restaurants.txt file:

Pizza Paradise
Burger Barn
Sushi Sensation
Pasta Palace
Taco Town

Contributing

Contributions are welcome! If you have any ideas, improvements, or bug fixes, please follow these steps:

  1. Fork the repository.
  2. Create a new branch for your feature or fix:
    git checkout -b feature-new-restaurant
  3. Make your changes and commit them with descriptive commit messages.
  4. Push your changes to your fork:
    git push origin feature-new-restaurant
  5. Create a pull request detailing your changes.

License

This project is licensed under the Apache License.


Happy lunching!

Releases

No releases published

Packages

No packages published