These are my other side projects which are not that big for a dedicated repository
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
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
--------------------------------------------------
--------------------------------------------------
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
--------------------------------------------------
--------------------------------------------------
Do you want to open a file? (y/n): n
Enter your text: Hello GitHub Hello World
hello: 2
github: 1
world: 1
--------------------------------------------------
--------------------------------------------------
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
--------------------------------------------------
--------------------------------------------------
U8Wke5XSTHNxZp9?w)J5 (20 chars)
Strength: True
--------------------------------------------------
--------------------------------------------------
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']
--------------------------------------------------