Functions to find and list files
To install the package from PyPI, follow the instructions below:
pip install --upgrade WorkingWithFilesExecute pip show WorkingWithFiles to see where it was installed, probably in /home/USERNAME/.local/lib/python3.10/site-packages/WorkingWithFiles.
To start, use the command below:
import WorkingWithFiles as wwf
input_diretory_1 = "/some/path/with/images"
file_format_1 = ".png"
list_files = wwf.get_all_files_in_dir_list([input_diretory_1],formats_search=[file_format_1]);If you want more information go to doc directory.
If you find this tool useful and would like to support its development, you can buy me a coffee!
Your donations help keep the project running and improve future updates.
This project is licensed under the GPL license. See the LICENSE file for more details.