pythonn
pythonn
MUMBAI
A Project Report
On
“Multi-currency convertor”
DIPLOMA
In
COMPUTRE ENGINEERING
Submitted by,
SR NO CONTENTS PAGE NO
1
1.0 Rationale
2
3.0 Proposed Methodology
15 Conclusion 14
Part A: Micro-project Proposal
Multi-Currency Convertor
1.0 Rationale:
Name of Resource/
Sr .No Specification Qty Remarks
Material
A literature review for a project on multi-currency converters would entail gathering and
analyzing existing research and scholarly articles related to this topic. It aims to provide a
comprehensive understanding of the subject matter and identify gaps or areas for further
investigation. The literature review typically includes an introduction to multi-currency
converters, a discussion on their significance in international finance, a review of historical
developments, examination of technical aspects, exploration of user experience and interface
design, analysis of cross-cultural usage and international considerations, evaluation of
security measures and privacy concerns, investigation of integration with financial systems,
and an assessment of the impact on financial decision-making. Additionally, it may discuss
emerging technologies and future trends in the field. Through synthesizing existing
literature, the literature review forms the foundation for the project's research objectives and
methodologies
• We organize all information about our topic in proper manner & create the soft copy about it.
• Submit the hard copy of the project report to the subject teacher.
10.0 Resources Required
Name of Resource/
Sr No. Specification Qty Remarks
Material
1 Desktop PC/Laptop hp 22H2
1 Used
def convert_currency():
if choice == 16:
return False # Exit the loop
if choice == 1:
print(f"{value}US Dollar is in Indian rupees: {value * 82.81}\n")
elif choice == 2:
print(f"{value}Pound Sterling is in Indian rupees: {value * 105.38}\n")
elif choice == 3:
print(f"{value}Japanese Yen is in Indian rupees: {value * 0.55}\n")
elif choice == 4:
print(f"{value}Euro is in Indian rupees:: {value * 90.16}\n")
elif choice == 5:
print(f"{value}Russian Ruble is in Indian rupees:: {value * 0.91}\n")
elif choice == 6:
print(f"{value}Euro is in Indian rupees:: {value * 90.16}\n")
elif choice == 7:
print(f"{value}Brazilian Real is in Indian rupees:: {value * 16.78}\n")
elif choice == 8:
print(f"{value}Chinese Yuan is in Indian rupees:: {value * 11.50}\n")
elif choice == 9:
print(f"{value}Euro is in Indian rupees:: {value * 90.14}\n")
• Currency Apps.
• In Travel things.
15.0 Conclusion:
For building the micro project on the multi-currency convertor which may help to the people
to understand the current currency of countries. In conclusion, the development of a simple
multi- currency converter micro project has provided a valuable opportunity to apply
fundamental programming concepts in Python to address a practical financial need. Through
this project, I have gained hands-on experience in handling user inputs, implementing
currency conversion algorithms, and displaying results in a user-friendly format.
.
References:
• https://www.w3schools.com/python/python_intro.asp
• https://www.geeksforgeeks.org/python-programming-language/
• https://www.codecademy.com/catalog/language/python
• https://www.programiz.com/python-programming/online-compiler/