Python 3.6
pip install -r requirements.txt
- Download the Project
- Navigate to LocalWeatherApp
- Run
python LocalWeatherApp.py
- Provide the city name (e.g., Pune) and click on button
- Temperature, windspeed, description, etc., will display
- Download the Project
- Navigate to RecipeBox
- Run
python RecipeBox.py
- select the item from drowdown and click on button
- Recipe for the selected item will display
Note: You can add more item and their recipe by adding them into Recipe.json
file
- Download the Project
- Navigate to VotingApp
- Run
python VotingApp.py
- Provide the party name you want to vote from dropdown and click on vote button
- Click on graph button to view the Pie chart of the vote given
- Download the Project
- Navigate to StockChartApp
- Run
python StockChartApp.py
- Enter the stock symbol (e.g., AAPL, AIG, AMZN, UBER, etc.,) and click on get stock button
- It will open the web page with stock chart
- You can also perform the functionality which include saving the graph, zoom in/out, etc.,