street-lab-tech / street-whisper-app

STREET Lab Whisper App - a tool that transcribes and translates audio files into CSV files.
MIT License
2 stars 0 forks source link

Making code compatable with Pyinstaller + Minor typo correction #24

Closed carmen-chau closed 4 months ago

carmen-chau commented 4 months ago

Addressing Issue #22 + the typo bug in issue #17 + addressing issue #23

Changes for issue #22: Removed the typing package import to remove Pyinstaller bug.

Changes for issue #17: Correct the word amd to and in the token prompt.

Changes for issue #23: Implemented the password input type for the token prompt. All token prompts would be hidden using * characters.

Furthermore, implemented a feature where if the user types in "exit" instead of a valid password (or an invalid password), the CLI would automatically exit.