I Have A Project Which Uses Many Python Libraries And I Want To Share This Project With My Friends And Many Others. But, I Don't Know If Their Computers Will Have Those Packages Installed On Their Computers. So I Wanted To Make A requirements.txt File. When pip install requirements.txt
Is Run It Will Automatically Installs The Uninstalled Packages.
I Want To Put The Names Of The Packages Which Are Deafautly Not Installed Such As Kivy, Matplotlib, Numpy. Some Default Installed Packages Are Random etc. So I Don't Want To Put These Names In The requirements.txt File.
Please Help Me Out On This. Thank You!!