Simple Calculator
Description
This is a simple calculator program implemented in Python. It provides basic arithmetic operations such as addition, subtraction, multiplication, and division. The calculator features a graphical user interface (GUI) built using the Tkinter library.
Features
Addition Subtraction Multiplication Division Attractive graphical user interface (GUI)
Requirements
Python 3.x Tkinter library (usually comes pre-installed with Python)
Usage
Clone or download the repository to your local machine. Navigate to the directory containing the project files. Run the calculator.py file using Python. The calculator GUI will appear, allowing you to perform arithmetic operations.
Screenshots
Simple File Manager
Description
This is a simple file and directory management program implemented in Python. It allows users to perform basic file operations such as create, delete, copy, and move files and directories. The program features a graphical user interface (GUI) built using the Tkinter library.
Features
Create files Delete files Copy files Move files Create directories Delete directories Copy directories Move directories Attractive graphical user interface (GUI)
Requirements
Python 3.x Tkinter library (usually comes pre-installed with Python)
Usage
Clone or download the repository to your local machine. Navigate to the directory containing the project files. Run the file_manager.py file using Python. The file manager GUI will appear, allowing you to manage files and directories.
Screenshots