20 python library

 

20 Python Packages That You Must Try

That Makes Your Life Easier

Image for post

1. Colorama

Image for post
Colorama Example

2. Pynput

3. Progress bars: progress and tqdm

from progress.bar import Bar
bar = Bar('Loading', max=20)
for i in range(20):
# Any Task
bar.next()
bar.finish()
Image for post
Animation by Giorgos Verigakis from progress
Image for post
source: https://github.com/tqdm/tqdm

4. google trans

5. google

6. Pillow

Image for post
Conversioin of Original Image to GrayScale

7. wikipedia

8. Speech Recognition

9. Ipython

Image for post
Source: python screenshots page

10. wxpython

Image for post

11. Poetry

Image for post
source : https://github.com/python-poetry/poetry

12. Pygame

13. Text Blob

14. OpenCV

Image for post

15. win10 toast

Image for post
“Screen Shot Of The Toast Notification by win10toast-Image by author”

16. playsound

17. webbrowser

18. Python-dateutil

19. Setuptools

20. pyfiglet

Image for post

Comments

Popular posts from this blog

javascript validate form by separate by comma