Not accepting upper case Y as confirmation to write the file in Google-py Translator
ayushkumar1610 opened this issue · comments
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
-
NOTE: These boxes can be checked using
[X] -
Feature (New Script)
-
Bug
-
Documentation
Checklist:
- I have read the project guidelines.
- I have checked all the existing projects, before submitting a new project issue.
- I have checked previous issues to avoid duplicates.
- This issue will be meaningful for the project.
- I have added screenshots of the bug
- I have added steps to reproduce the bug
- I have proposed a possible solution for the bug
This issue is labelled as stale because it has been open for more than 7 days with no activity.
Python World does not accept issues on this repository anymore.