This document showcases the screenshots of the Python Assist project and briefly explains the functionality of each feature.
- This is the main dashboard where users can choose from available tools: Weather Report, Screen Shot, Calculator, and Notepad.
- Dropdown menu with options like Info, Help, and Exit for user assistance and application management.
- Shows live weather details such as city name, temperature, pressure, humidity, wind speed, sunrise, and sunset time.
- Opens a simple notepad tool where users can type and save notes. It mimics a basic text editor.
- A calculator UI where users can enter arithmetic expressions. This screenshot shows an example input of
9*5.
- Shows the result after evaluation. In this case, the answer to
9*5is displayed as45.
- When clicking the Screen Shot button:
- The Python Assist UI minimizes.
- It captures a screenshot of the entire screen.
- Opens Windows Explorer so the user can save the screenshot at their desired location and filename (via Save As).
- 📝 Notepad for note-taking.
- 🧮 Calculator with basic arithmetic support.
- 🌦️ Weather report display for any city.
- 📸 Screenshot tool with save dialog.
- 🪟 Classic Windows-style UI made with Python (likely using Tkinter).





