Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/trivedikavya/python-projects
Every File is a project to run my project you can use this Editor Tool
https://github.com/trivedikavya/python-projects
kavyatrivedi project project-repository projects python
Last synced: 5 days ago
JSON representation
Every File is a project to run my project you can use this Editor Tool
- Host: GitHub
- URL: https://github.com/trivedikavya/python-projects
- Owner: trivedikavya
- Created: 2024-05-20T13:54:09.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-08-17T17:14:03.000Z (6 months ago)
- Last Synced: 2024-08-17T18:31:25.941Z (6 months ago)
- Topics: kavyatrivedi, project, project-repository, projects, python
- Language: Python
- Homepage: https://www.programiz.com/python-programming/online-compiler/
- Size: 93.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
PYTHON PROJECTS OUTPUTS
## 1 Chat-Bot
```python
Bot: Hello!
You: what is your name
Bot: I'm ChatBot K-1.1.
:You your owner is
Bot: My owner is KAVYA TRIVEDI.
You: what time it is
Bot: Your system has watch plz check there .
You: your age
Bot: I'm just a bot, so I don't have an age, but if you're asking for my version, it's 2.
You: how's the weather today
Bot: The weather is currently good if
you want to know more just open the window of your room.
You: how are you
Bot: I'm just a bot, I don't have feelings, but thanks for asking!
You: your owner contact information
Bot: My owner is KAVYA TRIVEDI.
You: yeah but its contact information
Bot: You can contact Kavya Trivedi on Instagram: @kavyatrivedi.og or on GitHub: trivedikavya
You: How many girls are there in your staff
Bot: All are married brother
You: How to start investing
Bot: For that you need money
```## 2 Loan Eligibility Predictor
```python
INPUTS:-
Welcome to Loan Eligibility Predictor of Kavya Trivedi!
Enter Applicant's Monthly Income: 50000
Enter Loan Amount Requested: 20000
Enter Credit Score (300-850): 750
Are you employed? (yes/no): yesOUTPUTS:-
Result: Loan ApprovedEnter your bank account number: 1234567890
Enter your email ID: [email protected]
Congratulations! Your loan is approved.Account Number: 1234567890
Email ID: [email protected]
You will receive an email from us shortly for verification. Once verified,
your loan amount will be credited to your bank account at a 10% interest rate.Rejection Example:
INPUTS:-
Enter Applicant's Monthly Income: 30000
Enter Loan Amount Requested: 40000
Enter Credit Score (300-850): 650
Are you employed? (yes/no): noOUTPUTS:-
Result: Loan Rejected
Unfortunately, you are not eligible for the loan at this time.```
## 3 Personal Expense Prediction Assistant
```python
INPUTS:-
Welcome to the Personal Expense Prediction Assistant!Enter your total monthly income: 50000
Now, enter your monthly expenses for the following categories:
Rent: 15000
Groceries: 8000
Utilities: 5000
Entertainment: 2000
Other expenses: 3000OUTPUTS:-
===== Expense Summary =====
Monthly Income: $50000.00Expenses Breakdown:
Rent: $15000.00
Groceries: $8000.00
Utilities: $5000.00
Entertainment: $2000.00
Others: $3000.00Total Expenses: $33000.00
Remaining Income: $17000.00Suggestions:
- You have a healthy balance. Keep up the good financial habits!```