Skip to main content

Files, Folders, Images and PDFs

This Python package contains 4 different classes to work with files, folder, images and pdfs in your python developements for more information about how to develop your RPA projects with python check https://automatehub.es/

1. files.py

Class to handle files. Arguments:

  1. file_path (str): path to the file

Attributes:

  1. file_path (str): path to the file
  2. exists (bool): whether the file exists
  3. file_name (str): name of the file
  4. byte_size (int): size of the file in bytes
  5. creation_datetime (datetime): datetime of the file's creation
  6. modification_datetime (datetime): datetime of the file's last modification

Methods:

  1. rename(new_file_name): renames the file
  2. move(new_location): moves the file to a new location
  3. remove(): removes the file
  4. copy(new_location): copies the file to a new location
  5. wait_for_file_to_exist(timeout=10): waits for the file to exist

2. folders.py

Class to handle folders. If folder doesn't exist it automatically creates a new one. Arguments:

  1. path (str) -- path to folder to be instanced.

Attributes:

  1. path (str) -- path to folder to be instanced.
  2. name (str) -- name of folder

Methods:

  1. rename(new_folder_name) : Rename folder
  2. move(new_location): move folder to new location
  3. remove(allow_root=False, delete_read_only=True) : remove folder and all files and folders inside
  4. empty(allow_root=False): delete all files and folders in folder, receives allow_root as parameter
  5. copy(new_location=None) : Copy folder to new location
  6. subfolder_list(): list of subfolders
  7. file_list(): list of files in folder
  8. download_file(url, name=None): downloads file from url

3. images.py

Image Class, heritates from File class Attributes:

  1. size {tuple}: size of image
  2. format {str}: format of image

Methods:

  1. rotate(): rotate image
  2. resize(): resize image
  3. crop(): crop image
  4. mirrorH(): mirror image horizontally
  5. mirrorV(): mirror image vertically

3. pdfs.py

PDF Class Heritates from File Class Arguments:

  1. file_path (str): Path of the file

Attributes:

  1. file_path (str): Path of the file
  2. pages (int): number of pages in the file
  3. info (str): info of the file

Methods:

  1. read_pages(page_num, encoding=None): Returns a string with the text in the page
  2. append(pdf_document2,merge_path): Appends a pdf document to the current document
  3. split(): split pdf into several pdfs.

Release files for ibott-files 1.0.8

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for ibott-files 1.0.8
File Size Uploaded
ibott-files-1.0.8.tar.gz 15.3 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for ibott-files 1.0.8
File Interpreter ABI Platform
ibott_files-1.0.8-py3-none-any.whl Python 3 none any Details

Total release size: 30.5 kB

Release files / ibott-files-1.0.8.tar.gz

Download URL ibott-files-1.0.8.tar.gz
Size 15.3 kB
Tags Source
SHA-256 checksum
How to use checksums
3b31482c733211215cb1d581045b1a542188a250f351f74025ea9e9dd8286a91
BLAKE2b-256 checksum
How to use checksums
057c19807bcdefd97805bf79ac8c14e1fe3ff44172a0dba0620d19505c4d7f16
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.11.2

Release files / ibott_files-1.0.8-py3-none-any.whl

Download URL ibott_files-1.0.8-py3-none-any.whl
Size 15.2 kB
Tags Python 3
SHA-256 checksum
How to use checksums
b0d044188e45ea8aab5254f2ff36f84930d65353a6fdb0b37bbd1b3426c8f35f
BLAKE2b-256 checksum
How to use checksums
ee2447b77012e1fd8133bd97a6a2a80db5e26171504d6398b6c756a093c52adf
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.11.2

Release history Release notifications | RSS feed

This release

1.0.8 This release

2 release files

1.0.7

2 release files

1.0.6

2 release files

1.0.5

2 release files

1.0.4

2 release files

1.0.0

2 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page