Skip to content

These are my other side projects which are not that big for a dedicated repository

Notifications You must be signed in to change notification settings

Sourish-Kanna/Side-Projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Side Projects

These are my other side projects which are not that big for a dedicated repository

Guess The Number Game

Go To Start

Guess the number in range 1..100: 50
Number is little below
Guess the number in range 1..100: 65
Number is little above
Guess the number in range 1..100: 60
Number is little above
Guess the number in range 1..100: 55
Number is little below
Guess the number in range 1..100: 57
You won :)

Guess the number in range 1..100: 50
Number is below the number
Guess the number in range 1..100: 75
Number is little below
Guess the number in range 1..100: 80
Number is little below
Guess the number in range 1..100: 90
Number is little above
Guess the number in range 1..100: 85
Number is little above
You lose :( 
The number was  84

Finance Calculator

Go To Start

Enter your Monthy income: 100000
Enter your Tax rate: 28
Enter Monthy Expendiure: 25000
--------------------------------------------------
Tax rate = 28%
Monthy income = ₹100,000.00
Monthy tax = ₹28,000.00
Monthy expenditure = ₹25,000.00
Monthy net income = ₹47,000.00
Yearly income = ₹1,200,000.00
Yearly tax = ₹336,000.00
Yearly expenditure = ₹300,000.00
Yearly net income = ₹564,000.00
--------------------------------------------------

Expense Spiltter

Go To Start

--------------------------------------------------
Enter the total amount of the expense: 10000
Enter the number of people sharing the expense: 3
Do you want to split unevenly? 
Type "Y" or "N": n
Total expense: ₹10,000.00
Number of people: 3
Each person should pay: ₹3,333.33
--------------------------------------------------

--------------------------------------------------
Enter the total amount of the expense: 10000
Enter the number of people sharing the expense: 3
Do you want to split unevenly?
Type "Y" or "N": y
Enter Shares with space in between: 20 30 50
Total expense: ₹10,000.00
Number of people: 3
Person 1: ₹2000.0
Person 2: ₹3000.0
Person 3: ₹5000.0
--------------------------------------------------

Word Frequency

Go To Start

--------------------------------------------------
Do you want to open a file? (y/n): n
Enter your text: Hello GitHub Hello World
hello: 2
github: 1
world: 1
--------------------------------------------------

Website Status Checker

Go To Start

--------------------------------------------------
Enter the URL to check: https://github.com/Sourish-Kanna/Side-Projects
URL: https://github.com/Sourish-Kanna/Side-Projects
Status Code: 200
Content Type: text/html; charset=utf-8
Server: GitHub.com
Response Time: 0.59 seconds
--------------------------------------------------

Password Generator

Go To Start

--------------------------------------------------
U8Wke5XSTHNxZp9?w)J5 (20 chars)
Strength: True
--------------------------------------------------

Text Analysis

Go To Start

--------------------------------------------------
Text: "The red fox jumped over the blue river.

Hello GitHub"
This text file contains:
Total Characters (including spaces): 53
Total Characters (excluding spaces): 45
Total Spaces: 8
Total Words: 10
Most Common Words: ['the', 'red', 'fox', 'jumped', 'over']
--------------------------------------------------

Calculator Application

Go To Start

Recording 2024-07-26 185959

Tic Tac Toe Game

Go To Start

Recording 2024-07-26 190705

Notepad Application

Go To Start

Screenshot 2025-01-16 203644

About

These are my other side projects which are not that big for a dedicated repository

Topics

Resources

Stars

Watchers

Forks