{"id":19112612,"url":"https://github.com/sourish-kanna/side-projects","last_synced_at":"2026-05-11T07:22:37.224Z","repository":{"id":250317656,"uuid":"834088773","full_name":"Sourish-Kanna/Side-Projects","owner":"Sourish-Kanna","description":"These are my other side projects which are not that big for a dedicated repository","archived":false,"fork":false,"pushed_at":"2025-02-22T05:41:43.000Z","size":52,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-22T06:26:28.262Z","etag":null,"topics":["ascii","cesar-cipher","cesar-cypher","cryptography","encryption","java","python","side-project"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Sourish-Kanna.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-07-26T11:48:50.000Z","updated_at":"2025-02-22T05:41:46.000Z","dependencies_parsed_at":"2025-01-02T08:26:32.436Z","dependency_job_id":"145e798a-6905-4ad7-ac0f-db1adeaf02be","html_url":"https://github.com/Sourish-Kanna/Side-Projects","commit_stats":null,"previous_names":["sourish-kanna/side-projects"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Sourish-Kanna/Side-Projects","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sourish-Kanna%2FSide-Projects","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sourish-Kanna%2FSide-Projects/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sourish-Kanna%2FSide-Projects/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sourish-Kanna%2FSide-Projects/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Sourish-Kanna","download_url":"https://codeload.github.com/Sourish-Kanna/Side-Projects/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sourish-Kanna%2FSide-Projects/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273460572,"owners_count":25109759,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-03T02:00:09.631Z","response_time":76,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ascii","cesar-cipher","cesar-cypher","cryptography","encryption","java","python","side-project"],"created_at":"2024-11-09T04:33:42.098Z","updated_at":"2026-05-11T07:22:37.217Z","avatar_url":"https://github.com/Sourish-Kanna.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Side Projects\n\nThese are my other side projects which are not that big for a dedicated repository\n\n- [Side Projects](#side-projects)\n  - [Python Cesar Cipher Encryption](https://github.com/Sourish-Kanna/Side-Projects/tree/main/Python%20Cesar%20Cipher%20Encryption/README.md)\n  - [Java Cesar Cipher Encryption](https://github.com/Sourish-Kanna/Side-Projects/tree/main/Java%20Cesar%20Cipher%20Encryption/README.md)\n  - [Visitor Entry Log System (Class 11 Computer Project)](https://github.com/Sourish-Kanna/Side-Projects/blob/main/Visitors%20Entry%20Log/README.md)\n  - [Python Turtle Patterns](https://github.com/Sourish-Kanna/Side-Projects/tree/main/Python%20Turtle%20Patterns/README.md)\n  - [Guess The Number Game](#guess-the-number-game)\n  - [Calculator Application](#calculator-application)\n  - [Tic Tac Toe Game](#tic-tac-toe-game)\n  - [Finance Calculator](#finance-calculator)\n  - [Expense Spiltter](#expense-spiltter)\n  - [Word Frequency](#word-frequency)\n  - [Notepad Application](#notepad-application)\n  - [Website Status Checker](#website-status-checker)\n  - [Password Generator](#password-generator)\n  - [Text Analysis](#text-analysis)\n\n## Guess The Number Game\n\n[Go To Start](#side-projects)\n\n```Text\nGuess the number in range 1..100: 50\nNumber is little below\nGuess the number in range 1..100: 65\nNumber is little above\nGuess the number in range 1..100: 60\nNumber is little above\nGuess the number in range 1..100: 55\nNumber is little below\nGuess the number in range 1..100: 57\nYou won :)\n\nGuess the number in range 1..100: 50\nNumber is below the number\nGuess the number in range 1..100: 75\nNumber is little below\nGuess the number in range 1..100: 80\nNumber is little below\nGuess the number in range 1..100: 90\nNumber is little above\nGuess the number in range 1..100: 85\nNumber is little above\nYou lose :( \nThe number was  84\n```\n\n## Finance Calculator\n\n[Go To Start](#side-projects)\n\n```Text\nEnter your Monthy income: 100000\nEnter your Tax rate: 28\nEnter Monthy Expendiure: 25000\n--------------------------------------------------\nTax rate = 28%\nMonthy income = ₹100,000.00\nMonthy tax = ₹28,000.00\nMonthy expenditure = ₹25,000.00\nMonthy net income = ₹47,000.00\nYearly income = ₹1,200,000.00\nYearly tax = ₹336,000.00\nYearly expenditure = ₹300,000.00\nYearly net income = ₹564,000.00\n--------------------------------------------------\n```\n\n## Expense Spiltter\n\n[Go To Start](#side-projects)\n\n```Text\n--------------------------------------------------\nEnter the total amount of the expense: 10000\nEnter the number of people sharing the expense: 3\nDo you want to split unevenly? \nType \"Y\" or \"N\": n\nTotal expense: ₹10,000.00\nNumber of people: 3\nEach person should pay: ₹3,333.33\n--------------------------------------------------\n\n--------------------------------------------------\nEnter the total amount of the expense: 10000\nEnter the number of people sharing the expense: 3\nDo you want to split unevenly?\nType \"Y\" or \"N\": y\nEnter Shares with space in between: 20 30 50\nTotal expense: ₹10,000.00\nNumber of people: 3\nPerson 1: ₹2000.0\nPerson 2: ₹3000.0\nPerson 3: ₹5000.0\n--------------------------------------------------\n```\n\n## Word Frequency\n\n[Go To Start](#side-projects)\n\n```Text\n--------------------------------------------------\nDo you want to open a file? (y/n): n\nEnter your text: Hello GitHub Hello World\nhello: 2\ngithub: 1\nworld: 1\n--------------------------------------------------\n```\n\n## Website Status Checker\n\n[Go To Start](#side-projects)\n\n```Text\n--------------------------------------------------\nEnter the URL to check: https://github.com/Sourish-Kanna/Side-Projects\nURL: https://github.com/Sourish-Kanna/Side-Projects\nStatus Code: 200\nContent Type: text/html; charset=utf-8\nServer: GitHub.com\nResponse Time: 0.59 seconds\n--------------------------------------------------\n```\n\n## Password Generator\n\n[Go To Start](#side-projects)\n\n```Text\n--------------------------------------------------\nU8Wke5XSTHNxZp9?w)J5 (20 chars)\nStrength: True\n--------------------------------------------------\n```\n\n## Text Analysis\n\n[Go To Start](#side-projects)\n\n```Text\n--------------------------------------------------\nText: \"The red fox jumped over the blue river.\n\nHello GitHub\"\nThis text file contains:\nTotal Characters (including spaces): 53\nTotal Characters (excluding spaces): 45\nTotal Spaces: 8\nTotal Words: 10\nMost Common Words: ['the', 'red', 'fox', 'jumped', 'over']\n--------------------------------------------------\n```\n\n## Calculator Application\n\n[Go To Start](#side-projects)\n\n![Recording 2024-07-26 185959](https://github.com/user-attachments/assets/c4c77f29-aaae-46f0-855d-c31ae3cad380)\n\n## Tic Tac Toe Game\n\n[Go To Start](#side-projects)\n\n![Recording 2024-07-26 190705](https://github.com/user-attachments/assets/c197eb4e-4e2b-4f59-9710-4f71e0197bcf)\n\n## Notepad Application\n\n[Go To Start](#side-projects)\n\n![Screenshot 2025-01-16 203644](https://github.com/user-attachments/assets/5071ad3c-b5e2-4d03-8fa5-8f5c0ed6a327)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsourish-kanna%2Fside-projects","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsourish-kanna%2Fside-projects","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsourish-kanna%2Fside-projects/lists"}