stringFormatter
stringFormatter copied to clipboard
Add table format feature
We should be able to form column like data with alignment
i.e. in python we are having following feature f.write(f"{'name' : <80}{'extension' : ^15}{'path' : <250}\n") that allow to pass:
- column length
- text alignment in column