Easily find Python library install locations. Enter the Python library in the Python app array, receive a .csv of the install location(s), if they exist. Utilizes all library folders a Python installation may have.
This python app was developed utilizing Python 3.13.7
- Testing occurred on Windows 11, MacOS 15.3.1 and Linux Mint 22.04.
- Straightforward app, run as a .py file, no GUI built in.
- Install Python libraries
- pip install pandas
- python3 "Python-Library-Locate.py"
- The app will initialize, run, find all the locations on the hard drive where the requested libraries reside.
- A .csv will be created within the app folder.
- PythonLogs folder - will contain a basic log of this apps' operation.
- Issues, trouble, enhancements, please post within the repository issues.
Thank you!
D. Morvay