C# WPF Application that will pick a random restaurant for you
Within the MainWindow.xaml.cs file you will need to change two methods:
-
Gen_Button_Click Restaurant_Picker.py will be included with the project for easier finding. Should not need to change anything for this.
-
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"