Bookizer get multiple CSV files and converts them into a big CSV/ODS/XLS/XLSX file.
Project description
Bookizer
It's a quick tool to convert any number of csvs into one big calc book, being it another CSV, a XLS, XLSX or ODS.
It depends on pandas and other libraries.
- Free software: BSD license
- For Python 3.6+
- Changelog: https://github.com/JustDevZero/Bookizer/releases
- Code, issues, tests: https://github.com/JustDevZero/Bookizer
HOW TO INSTALL IT?
Make sure to dedicate a virtualenv only for Bookizer so it won't mess up with whatever you have on your system.
Create a virtualenv for python3.6 onwards, we tried with 3.9 and it worked like a charm:
virtualenv --python /usr/bin/python3.9 ~/.virtualenvs/bookizer
source ~/.virtualenvs/bookizer/bin/activate
python -m pip install git+https://github.com/JustDevZero/bookizer.git
Now, add symbolic link somewhere in your path bookizer command, for example:
ln -s ~/.virtualenvs/bookizer/bin/bookizer ~/.local/bin/bookizer
How to use it?
It's easy as fuck, just type from anywhere of your terminal, something like that:
bookizer --from one.csv --from one_folder_full_of_csvs --to one_big_file.ods
And that's it. Pretty easy.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file Bookizer-0.0.8.tar.gz
.
File metadata
- Download URL: Bookizer-0.0.8.tar.gz
- Upload date:
- Size: 4.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3f3c9661105a3330b37cfc7dc868db4333376c94a46a2f61118156fc74d192c1 |
|
MD5 | 0de0e6844d67f341392beac0dfd4264b |
|
BLAKE2b-256 | 96e8c0b130cd1fda0114ed63a64f661709b5a1c479d50ab5f5a40f141f6bfc45 |
File details
Details for the file Bookizer-0.0.8-py3-none-any.whl
.
File metadata
- Download URL: Bookizer-0.0.8-py3-none-any.whl
- Upload date:
- Size: 4.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c0e916de2ea224711791d22c46b70efbdf2b4e67935e4a6972f4fbdf723cc063 |
|
MD5 | 1dfc9140628f96f04c264b2d93a626af |
|
BLAKE2b-256 | cd343243fdf6ea58987f36264ccde979359ae805422e2842681e111bff5d40ff |