You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Choose Provider if you want, default one is google. (There are 4 providers for now)
29
-
x = PyTranslator(provider="google")
30
-
31
-
print(x.translate("Hi", "si"))
30
+
If you want to check whether it's successfully installed or not just run the following command in your terminal. This will print out the current version of [py-trans](https://github.com/Itz-fork/py-trans). So you can use this to check the version also.
31
+
```bash
32
+
echo'from py_trans import __version__ as v; print(v)'| python3
32
33
```
33
34
34
35
## Docs
35
-
Here is the [Documentation](https://itz-fork.github.io/py-trans/) of py-trans
36
+
> "Stop it, Get some help"
37
+
>
38
+
If you want more information about usage of thsi module or need some examples to get started, just read the docs of py-trans - [Click here](https://itz-fork.github.io/py-trans/)
39
+
40
+
## License & Copyright
41
+
-**[py-trans](https://github.com/Itz-fork/py-trans) is licensed under [MIT License](https://github.com/Itz-fork/py-trans/blob/main/LICENSE)**
0 commit comments