** Identify libraries which you installed and used in your project in order to have a nice and neat requirements file**
How to use it :
- Clone the project
- Cd to your pip-helper project where main.py exists
- Open config.py and put your project path & path of virtual env you used for this your project like the example
- In terminal type :
python main.py
The result will be in a requirements.txt
in the pip-helper directory.