Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Added plain table style #50

Merged
merged 2 commits into from
Oct 28, 2022
Merged

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