2 projects
bctf
The FileHandler module provides simple and efficient functions for reading, writing, and appending data to various file formats including .txt, .dat, and .csv. It supports handling text, binary, and CSV data with automatic format detection based on file extension. This module is ideal for basic file operations, making it easy to work with different file types in Python without requiring complex file management.
lenzf
A custom Python module to calculate the length of various data types