ContriHUB / TravelBuddy

0 stars 4 forks source link

Take input of source language and target language from user via Command line argument #1

Closed admirerr closed 1 year ago

admirerr commented 1 year ago
Screenshot 2023-10-06 at 12 24 46 AM

Now we are required to make changes in the code for defining source language and target language. It would be more interactive if both of them is supplied by the user through command line argument :)

mangalgithub commented 1 year ago

Can you assign this issue to me.

mangalgithub commented 1 year ago

I can use fastApi for achieving this task.

Nandika-A commented 1 year ago

Hello @admirerr! I have resolved this issue in PR#4. I have used the sys module to get command line arguments.