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!
- 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.
-
Clone the repository to your local machine:
git clone https://github.com/your-username/restaurant-selector.git
-
Navigate to the project directory:
cd restaurant-selector
-
Install any necessary dependencies (if required):
pip install -r requirements.txt
-
Open a terminal window and navigate to the project directory.
-
Run the program:
python restaurant_selector.py
-
The program will display a randomly selected restaurant from the predefined list.
-
Enjoy your lunch at the selected restaurant!
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
Contributions are welcome! If you have any ideas, improvements, or bug fixes, please follow these steps:
- Fork the repository.
- Create a new branch for your feature or fix:
git checkout -b feature-new-restaurant
- Make your changes and commit them with descriptive commit messages.
- Push your changes to your fork:
git push origin feature-new-restaurant
- Create a pull request detailing your changes.
This project is licensed under the Apache License.
Happy lunching!