This is an irrelevant program that just lists the content of the directory you're in and prints the path. The goal is to practice the notion of Open-Source projects.
Pyinstaller needs to be installed if it's not already the case.
pip install pyinstaller
Go to the path where the file is located, then run the following command :
pyinstaller --onefile LISTING.py
Windows : Once you built the executable as explained in the installation paragraph, simply run it! Press enter to quit.
Check the official GitHub documentation on how to contribute to projects !