Skip to content

Conversation

@ghrps3
Copy link
Contributor

@ghrps3 ghrps3 commented Oct 28, 2022

>>> from table2ascii import table2ascii, PresetStyle
>>> print(table2ascii(header=[1,2,3,4],body=[[5,6,7,8],[9,10,11,12]], style=PresetStyle.plain))
 1   2    3    4  
 5   6    7    8  
 9   10   11   12

@DenverCoder1 DenverCoder1 added the enhancement New feature or request label Oct 28, 2022
Copy link
Owner

@DenverCoder1 DenverCoder1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great! Thanks for the contribution 🎉

@DenverCoder1 DenverCoder1 changed the title Add plain table style feat: Added plain table style Oct 28, 2022
@DenverCoder1 DenverCoder1 merged commit 6390f42 into DenverCoder1:main Oct 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants