Skip to content

A Python-based project developed during my initial year of college as part of academic coursework.

Notifications You must be signed in to change notification settings

Future423/Remote

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Assist - Screenshots & Features

This document showcases the screenshots of the Python Assist project and briefly explains the functionality of each feature.


1. Home Page

Home Page

  • This is the main dashboard where users can choose from available tools: Weather Report, Screen Shot, Calculator, and Notepad.

2. Menu Options

Menu Options

  • Dropdown menu with options like Info, Help, and Exit for user assistance and application management.

3. Weather Report

Weather Report

  • Shows live weather details such as city name, temperature, pressure, humidity, wind speed, sunrise, and sunset time.

4. Notepad

Notepad

  • Opens a simple notepad tool where users can type and save notes. It mimics a basic text editor.

5. Calculator (Input State)

Calculator Input

  • A calculator UI where users can enter arithmetic expressions. This screenshot shows an example input of 9*5.

6. Calculator (Result State)

Calculator Result

  • Shows the result after evaluation. In this case, the answer to 9*5 is displayed as 45.

7. Screenshot Feature (Working)

  • When clicking the Screen Shot button:
    1. The Python Assist UI minimizes.
    2. It captures a screenshot of the entire screen.
    3. Opens Windows Explorer so the user can save the screenshot at their desired location and filename (via Save As).

💻 Project Features

  • 📝 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).

About

A Python-based project developed during my initial year of college as part of academic coursework.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages