{"id":30838680,"url":"https://github.com/0pkunal/compound-interest-calculator-in-python","last_synced_at":"2025-09-06T18:11:13.643Z","repository":{"id":312489464,"uuid":"1047667727","full_name":"0PKunal/Compound-Interest-Calculator-in-Python","owner":"0PKunal","description":"A simple Python program to calculate Compound Interest (CI) and the Total Amount (A) after a given time period","archived":false,"fork":false,"pushed_at":"2025-08-31T00:09:54.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-31T02:28:18.901Z","etag":null,"topics":["python","python-3","python3"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/0PKunal.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-08-31T00:03:46.000Z","updated_at":"2025-08-31T00:10:29.000Z","dependencies_parsed_at":"2025-08-31T02:38:37.719Z","dependency_job_id":null,"html_url":"https://github.com/0PKunal/Compound-Interest-Calculator-in-Python","commit_stats":null,"previous_names":["0pkunal/compound-interest-calculator-in-python"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/0PKunal/Compound-Interest-Calculator-in-Python","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0PKunal%2FCompound-Interest-Calculator-in-Python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0PKunal%2FCompound-Interest-Calculator-in-Python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0PKunal%2FCompound-Interest-Calculator-in-Python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0PKunal%2FCompound-Interest-Calculator-in-Python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/0PKunal","download_url":"https://codeload.github.com/0PKunal/Compound-Interest-Calculator-in-Python/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0PKunal%2FCompound-Interest-Calculator-in-Python/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273941526,"owners_count":25195104,"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-06T02:00:13.247Z","response_time":2576,"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":["python","python-3","python3"],"created_at":"2025-09-06T18:05:25.743Z","updated_at":"2025-09-06T18:11:13.617Z","avatar_url":"https://github.com/0PKunal.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Compound Interest Calculator \n\nA simple Python program to calculate **Compound Interest (CI)** and the **Total Amount (A)** after a given time period.\n\n## Formula\n\u003cdiv align=\"center\"\u003e\n\n$$\nA = P \\times \\left(1 + \\frac{r}{100}\\right)^t\n$$\n\n\u003c/div\u003e\n\n- **P** = Principal Amount (Initial Investment)  \n- **r** = Annual Rate of Interest (in %)  \n- **t** = Time (in years)  \n- **A** = Total Amount after time *t*  \n- **I = A - P** (Compound Interest)  \n\n## Usage\n1. Clone the repository:\n\n   ```bash\n   git clone https://github.com/0PKunal/Compound-Interest-Calculator-in-Python.git\n   ```\n2. Navigate into the folder:\n\n   ```bash\n   cd /Compound-Interest-Calculator-in-Python\n   ```\n3. Run the script:\n\n   ```bash\n    python compound_interest.py\n   ```\n## Example\n\n```\nEnter the principal amount(P): 1234\nEnter the interest rate(r in %): 12.34\nEnter the time(t in years): 12\n\nCompound Interest(I) = 3751.72\nTotal AMount (A) after (t) years = 4985.72\n```\n\n## File\n\n* `compound_interest.py` → Main program\n\n##  License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n```\nMIT License\n\nCopyright (c) 2025 0PKunal\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n```\n\n---\n\u003cdiv align=\"center\"\u003e\n  \u003cp\u003eMade with ❤️ by \u003ca href=\"https://github.com/0PKunal\"\u003e0PKunal\u003c/a\u003e\u003c/p\u003e\n  \u003cp\u003eIf this project helped you, please give it a ⭐️\u003c/p\u003e\n\u003c/div\u003e\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0pkunal%2Fcompound-interest-calculator-in-python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F0pkunal%2Fcompound-interest-calculator-in-python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0pkunal%2Fcompound-interest-calculator-in-python/lists"}