Local Utilities
JSON →Provides essential utility tools for text processing, file operations, and system tasks.
Install
pip install -r Tools · 9
- convert_temp Convert temperature between Celsius and Fahrenheit.
- read_file Read and return the contents of a text file.
- write_file Write content to a text file with automatic directory creation.
- list_directory List contents of a directory with file sizes.
- calculate_hash Calculate cryptographic hash of text or file content.
- base64_encode_decode Encode or decode text using Base64.
- get_datetime_info Get comprehensive current date and time information.
- text_stats Calculate detailed statistics for the given text.
- generate_password Generate a secure random password.