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

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

@ayushkumar1610

Description

@ayushkumar1610

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

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions