UI which allows the user to enter a letter and show No. of cities and city names
Build and Deployment steps:
-
git clone -b
-
Open Anaconda Prompt and change directory to the location of the code
-
Run below commands to create and activate conda environment: conda create -y --name citypy python=3.9 pip conda activate citypy
-
Install required python packages using below command pip install --no-cache -r requirements.txt
-
Run Application code using below command: python city_pick.py
Use the url https://localhost:8050 to access the application UI