-
Notifications
You must be signed in to change notification settings - Fork 169
Expand file tree
/
Copy pathDetails
More file actions
39 lines (22 loc) · 1.05 KB
/
Details
File metadata and controls
39 lines (22 loc) · 1.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
"QuickLingo: Type anything. Get English. No drama, just magic." 🎩✨
Project Name:
QuickLingo
Overview:
This is a basic text translator program that takes user input in any language and translates it into English. It uses the googletrans library to access Google's translation API and outputs the translated English text instantly.
Main Features:
Accepts text input from the user.
Automatically translates the input into English.
Displays the translated English text.
Simple and easy-to-use console-based interface.
Tools & Technologies Used:
Python
googletrans library (googletrans==4.0.0-rc1 recommended)
Why This Project?
Introduces you to using APIs in Python.
Helps you understand basic user input/output handling.
Can be extended later into bigger projects (like web apps, mobile apps).
Future Enhancements (Optional Ideas):
Detect language automatically and display it.
Allow users to select the output language (not just English).
Build a web-based or GUI version using Flask, Django, or Tkinter.
Add error handling for network issues or wrong input.