Skip to main content

Python useful classes for office work automation

Project description

Coffeece

Python useful classes for office work automation. Currently working on Python 3.

Install

You can install this package using pip: pip install coffeece

Popup

Tkinter popup functions to:

  • show_info(title, message) -> shows a popup with the title and message provided.
  • ask_file(admitted_file_extensions='any') -> Ask user for a file. Optional: pass admitted file extensions as a list of strings argument. Returns path as string.
  • ask_directory() -> popup asks for a directory through file explorer. Returns path as string.
  • ask_yes_no(title, message) -> shows a popup with the title and message provided and ask yes-no. If yes returns 'True'.

SQLiteDB

A class to manage SQLite3 databases. Now it could:

  • create_connection(self) -> Connect with sqlite3 DB (create it if there isn't). Returns conection object.
  • create_cursor(self) -> Create cursor to communicate with DB. Returns cursor.
  • create_table(cursor, table_name, table_columns) -> Create a table with the name (string) columns and column types (dictionary) given by the user.
  • insert_row(cursor, table_name, row_items) -> Inserts row into DB with the cursor (cursor), table name (string), and items (list) given by the user.
  • commit_changes(self) -> Save DB changes.
  • close_connection(self) -> Close connection to DB.
  • export_table_to_excel(self, table_name) -> Exports table to excel using Pandas library.

System

System navigation and recursion functions:

  • list_all_files(src_directory) -> Make a list of all the files in the given directory. Returns list.
  • list_all_files_recursively(src_directory) -> Make a dictionary of all the files in the given directory recursively. Returns dictionary = root: { dirs: {} , files: {} }
  • list_files_by_type(src_directory, file_extension) -> Make a list of all the files with the given file extension in the given directory. Returns list.
  • extractall_zipfile(filepath, password=None) -> Opens zip file and extracts all its content.

Excel

All Excel-related functions:

  • xls_to_xlsx(src_filename,output_filename) -> Converts .xls file to .xlsx file format.

Why Coffeece?

The main reason behind this little classes is that a huge part of the mechanical work at a job office can be automated through this kind of objects. The other reason to use this is to make office scripts cleaner with an — even more — simplified dependency management.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

coffeece-1.0.0.tar.gz (4.1 kB view details)

Uploaded Source

Built Distribution

coffeece-1.0.0-py3-none-any.whl (5.8 kB view details)

Uploaded Python 3

File details

Details for the file coffeece-1.0.0.tar.gz.

File metadata

  • Download URL: coffeece-1.0.0.tar.gz
  • Upload date:
  • Size: 4.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/52.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.9.1

File hashes

Hashes for coffeece-1.0.0.tar.gz
Algorithm Hash digest
SHA256 ffd110b8aa4b0f521c0f430456bc15d0d91de0bb94f3ffd66232c46d37f1dc6d
MD5 6b92baedbf3a931fa3bec029dd240522
BLAKE2b-256 d3a48b2dd29729972c8cc7d99f8c4f36351169c145ffcf2efc13d6847211916d

See more details on using hashes here.

File details

Details for the file coffeece-1.0.0-py3-none-any.whl.

File metadata

  • Download URL: coffeece-1.0.0-py3-none-any.whl
  • Upload date:
  • Size: 5.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/52.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.9.1

File hashes

Hashes for coffeece-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 6f0bc124485004ec4b7ad1376b3907b9467fb4d7e72451dbd41fee41d1555988
MD5 0b5cfb286257eacc4d2d99d539d1ff59
BLAKE2b-256 21f32312092db37637346fe8c89d348673a32889169ac3c29976a428cdb4393a

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page