avinashkranjan / Amazing-Python-Scripts

🚀 Curated collection of Amazing Python scripts from Basics to Advance with automation task scripts.
https://amazing-python-scripts.avinashranjan.com
MIT License
2.53k stars 1.02k forks source link

Currency convertor - GUI based #554

Closed MayankkumarTank closed 3 years ago

MayankkumarTank commented 3 years ago

Aim

Details

Example :

Input (In GUI) : from_currency : USD to_currency: INR Amount: 10 (in USD)

Output: Converted Amount: 730 (In INR)

Note: This script works with all types or all countries' currency and it is not rule-based. I am receiving the current rates from useful APIs. (I am a participant at GSSOC'21)

github-actions[bot] commented 3 years ago

Hi thanks for creating your first issue at Amazing-Python-Scripts, hope you followed the guidelines.

MayankkumarTank commented 3 years ago

I want to work with this issue as GSSOC21 participant. Looking forward to get assigned/approval.

kaustubhgupta commented 3 years ago

@MayankkumarTank assigned to you

Amit366 commented 3 years ago

@kaustubhgupta can I work on this issue??

MayankkumarTank commented 3 years ago

It is assigned to me and I already made a pull request for this issue.

kaustubhgupta commented 3 years ago

@MayankkumarTank I think @Amit366 had confusion because you didn't link the issue to the PR. @Amit366 For future reference, issues with the "assigned" label are already being claimed by someone else. You need to look for "up-for-grab" labels or create your own issues

Amit366 commented 3 years ago

@kaustubhgupta I understand that but there r some issues which are assigned for more than 5 days. But according to the rule maximum 3 to 4 days are given.

kaustubhgupta commented 3 years ago

@Amit366 That's our work to coordinate with participants and get the work done in time. I usually ask after 3 days if the person has some updates or not and if the participant is not active, I assign it as "up-for-grab"

Amit366 commented 3 years ago

Ok