Skip to content

A python package to create, open, and edit CSV files.

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
LICENSE.txt
Notifications You must be signed in to change notification settings

sasmlange/tablebase

Repository files navigation

Tablebase 1.7.0

If you found a bug, need a feature, or have question please open an issue.

All releases starting at 1.4.2 can be found here

What is Tablebase?

Tablebase is a python package to make coding with tables effortless.

Install Tablebase

To install Tablebase use pypi (pip)

pip install tablebase

Making a blank table

To make a blank table, use the Table() class:

import tablebase

My_Table = tablebase.Table()

print(My_Table.table_content)

For full documentation go to https://dev.centillionware.com/tablebase

About

A python package to create, open, and edit CSV files.

Resources

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
LICENSE.txt

Stars

Watchers

Forks

Packages

No packages published

Languages