Skip to content
This repository was archived by the owner on Apr 1, 2024. It is now read-only.
/ RestaurantPicker Public archive

C# WPF Application that will pick a random restaurant for you

Notifications You must be signed in to change notification settings

zcschu01/RestaurantPicker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

RestaurantPicker

C# WPF Application that will pick a random restaurant for you

Dependencies

Application Changes

Within the MainWindow.xaml.cs file you will need to change two methods:

  1. Gen_Button_Click Restaurant_Picker.py will be included with the project for easier finding. Should not need to change anything for this.

  2. run_cmd This now looks for a registry key of Python3.8, change this line:

line 151: "Software\\Python\\PythonCore\\3.8-32\\InstallPath"

to the path of the Python version you're using.

If you live outside of Louisville, KY, do not worry! Go into the Restaurant_Picker.py file and change lines 8 and 9 to whatever city / state you need to download the restaurant data.

line 8: "city": "Louisville",
line 9: "state": "Kentucky"

About

C# WPF Application that will pick a random restaurant for you

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published