This is my first project, which I have updated after enhancing my skills. The program serves as a versatile toolbox to perform everyday tasks such as:
- Checking the length of a password
- Performing basic calculations with a simple calculator
- Counting words in a given sentence
- Converting temperatures between Celsius and Fahrenheit
The program provides an interactive menu where users can select the task they want to perform, and it delivers results based on their choice. This toolbox is designed to simplify small yet common tasks in a single, user-friendly application.
- Level: Intermediate
- Name: Pranjal Sarnaik
- Date: 2024-12-01
- A versatile toolbox for performing everyday tasks.
- Allows users to select tasks through an interactive menu.
- Includes a password length checker for validating password strength.
- Provides a simple calculator for basic arithmetic operations.
- Counts the total number of words in a given sentence.
- Converts temperatures between Celsius and Fahrenheit.
- Offers clear prompts and user-friendly outputs.
- Handles invalid inputs with appropriate error messages.
- Clone this repository:
git clone https://github.com/pranjalco/simple-python-toolbox-intermediate.git
- Navigate to the project directory: cd simple-python-toolbox-intermediate
- Ensure Python 3.9 or later is installed on your system.
- To run the program:
- Using PyCharm: Open the project in PyCharm and run
simple_python_toolbox.py
. - Using Terminal/Command Prompt: Navigate to the project folder and execute:
python simple_python_toolbox.py
- By Double-Clicking: You can double-click
simple_python_toolbox.py
to run it directly, provided Python is set up to execute.py
files on your system.
- Using PyCharm: Open the project in PyCharm and run
- If the console window closes immediately, run the program from the terminal/command prompt or IDE to see the output.