Skip to content

A toolbox with utilities like a calculator, word counter, password checker, and temperature converter. This is my first project, updated after learning new skills, offering an interactive menu for performing everyday tasks efficiently.

License

Notifications You must be signed in to change notification settings

pranjalco/simple-python-toolbox-intermediate

Repository files navigation

Simple Python Toolbox

Description

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

  • Level: Intermediate

Author

  • Name: Pranjal Sarnaik
  • Date: 2024-12-01

Features

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

Installation

  1. Clone this repository:
    git clone https://github.com/pranjalco/simple-python-toolbox-intermediate.git
    
  2. Navigate to the project directory: cd simple-python-toolbox-intermediate

Running the Program

  1. Ensure Python 3.9 or later is installed on your system.
  2. 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.
  3. If the console window closes immediately, run the program from the terminal/command prompt or IDE to see the output.

About

A toolbox with utilities like a calculator, word counter, password checker, and temperature converter. This is my first project, updated after learning new skills, offering an interactive menu for performing everyday tasks efficiently.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages