Python-World / Python_and_the_Web

Build Bots, Scrape a website or use an API to solve a problem.
MIT License
684 stars 262 forks source link

Not accepting upper case Y as confirmation to write the file in Google-py Translator #639

Closed ayushkumar1610 closed 2 years ago

ayushkumar1610 commented 2 years ago

In module Google-py Translator, Confirmation to save file is case sensitive.

In file Google-py Translator/main.py, on line 56: x = input("\nSave output to a file? y/n : ") this is only accepting lower case y as confirmation. This could be changed by converting input to lower case or by giving other options.

To reproduce this one can use Google-py Translator, and at the time when it prompted Save output to a file? y/n : enter uppercase Y.

Type of issue

Checklist:

github-actions[bot] commented 2 years ago

This issue is labelled as stale because it has been open for more than 7 days with no activity.

github-actions[bot] commented 2 years ago

Python World does not accept issues on this repository anymore.