Functions to find and list files
Project description
WorkingWithFiles
Functions to find and list files
1. Installing
To install the package from PyPI, follow the instructions below:
pip install --upgrade WorkingWithFiles
Execute pip show WorkingWithFiles to see where it was installed, probably in /home/USERNAME/.local/lib/python3.10/site-packages/WorkingWithFiles.
Using
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]);
2. More information
If you want more information go to doc directory.
3. Buy me a coffee
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.
4. License
This project is licensed under the GPL license. See the LICENSE file for more details.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file workingwithfiles-0.1.3.tar.gz.
File metadata
- Download URL: workingwithfiles-0.1.3.tar.gz
- Upload date:
- Size: 17.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
97d47af0c972a755c1804cbeab788be5296c2663d458b4217b63b53baa9e5677
|
|
| MD5 |
8e6fa2a64ee2d0e977e1faa2997adaaf
|
|
| BLAKE2b-256 |
9b000b90db726ac1b33023530c39ff352944fb98e092146bb7a0857e1aac11e8
|
File details
Details for the file workingwithfiles-0.1.3-py3-none-any.whl.
File metadata
- Download URL: workingwithfiles-0.1.3-py3-none-any.whl
- Upload date:
- Size: 18.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2f8d07dca984ad725cf11ffa703bfe2a2ac14763dfcf46b47793690706ecd2b0
|
|
| MD5 |
873c9c08d85add4f5a11751f46207e4d
|
|
| BLAKE2b-256 |
b9927d966f0e918c114eff605983962c041f24b0a656ec8ce8047a71707020f6
|