• Since I started work with Python, I struggled with dependencies on a project level. I was aware of `requirements.txt` file, but handling it became very difficult for multiple projects. Fortunately I found very handy tool called pipreqs which generages a project level requirements.txt file using one command. Installation pip3 install pipreqs Usage Just go into… Read.