Skip to content

SIDDHESHUMESHSARANG/Thala-Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 

Repository files navigation

Thala Calculator

Overview

Thala Calculator is a hilarious yet technical project that accepts a string entered by the user and checks whether it’s relatable to the viral Thala for a Reason meme or not. The string undergoes multiple checks through if and elif conditions to determine its connection to the meme. It’s a fun and light-hearted way of combining humor with Python programming!

Features

  • Accepts user input in the form of a string.
  • Goes through multiple checks (if-elif conditions) to see if the input is relatable to the Thala for a Reason meme.
  • Returns whether the string is "Thala" enough or not!

How It Works

  1. The program prompts the user to input a string.
  2. It checks whether the string matches various criteria that are relevant to the Thala meme.
  3. Based on the input, the program will respond humorously, whether it’s "Thala" enough or not.

Skills Used

  • Python Programming: The project demonstrates a fun use of Python with control flow (if-elif conditions).
  • String Manipulation: Manipulating and checking the string inputs.
  • Basic User Interaction: Getting input from users and providing output.

Installation

  1. Open your Terminal/CMD
  2. Clone this repository to your local machine:
    git clone https://github.com/SIDDHESHUMESHSARANG/thala-calculator.git

3.Enter this command: cd thala-calculator 4.Run this through: python thala_calculator.py

About Contribution

Feel free to fork this project, create issues, and submit pull requests if you would like to improve or add new checks to make it even more "Thala"!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages