File System
Reds_Python_Lib/
│ README.md - Contains project information.
│ setup.py - Python setup file.
│ Wiki_Notes - Just some notes, I take during coding.
│
└───reds_py_lib/
│ __init__.py - Python __init__ file.
│ logger.py - Handles logging and log-files for my projects.
│ output.py - Handles custom outputs for my projects. (Colors etc.)