This repository was archived by the owner on Dec 22, 2023. It is now read-only.

Description
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: