Repository with reusable Python helper files for new projects.
py_logger.py— logger with console output, file logging, colors, and log rotationfile_reader.py— helper for reading content from different file formats such as PDF, TXT, MD, JSON, and DOCXfile_writer.py— helper for saving data to different file formats such as JSON, TXT, and PDF
Store useful helper files in one place so they are easy to find and reuse in future projects.