This is a Python package you need to install!

Manpreet Singh
2 min readOct 11, 2021

Welcome back! After scrolling through Reddit for several hours I came across this post:

The title definitely drew me in, but the idea of this package is brilliant. Essentially, there are many cases (I’ve done this several times) where we might forget to credit the developers of Python packages, it’s not a necessity, but it is good practice to credit the developers of packages, guess what? The thanker package actually does this automatically for us! If you want to jump straight to their GitHub page, check out the link below:

If you want to install this package, you can use the following pip command:

pip3 install thanker

After installation all you have to do is import this package like this:

import asyncio
from thanker import Thanker

--

--

Manpreet Singh
Manpreet Singh

No responses yet