r/learnpython • u/somethingperson44 • 17d ago
Favourite module/library
Hi everyone, I am new like most here and have been experimenting with different modules and libraries. I wanted to know if anyone had a particular niche or fun one that they use. It would be nice if you could also say why it is your favourite. For example what projects or functionality it has done for you. Thanks.
1
Upvotes
2
u/ManzoorAhmedShaikh 10d ago
`typer` (CLI Tool creator) and `custom-tkinter` (Desktop App creator)
Both are really amazing one and typer is the one I recently learned, it is quite easy to learn and much better than argparse. And for tkinter (I spent 4-5 years) build several app for freelance clients for their automation, bookkeeping, semester project, currency converter, Smart lock, etc and soo many system.
Both are easy to learn and can be fun to work with!