Through this application, you would see the Top 10 cities in the whole world. Either, you can create your own cities list, update the informations.
Download the Python 3 installer package from the official website and install it, if not installed previously.
- Run the following in the terminal to install the modules to run your program without excussions.
pip install flask
pip install flask_sqlalchemy
pip install flask_bootstrap
pip install flask_wtf
pip install wtforms
Download the source code from the repository and run the file just as any other Python script (.py) file.
python3 main.py
after you run the python file, go to
Your Localhost (http://127.0.0.1:5000) page.
Click over the link Add City link in the home page.
After you fill all the blanks click over to Add button. It will return you to home page.
That city which you would you like to add, it will shown there.
You can click over the Update button to update ranking and favorite place in that city.
You can click over the Delete button to delete city.