Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/epoll31/excelcli

This is a quick demo that I made to read and modify Excel documents in the CLI using Python.
https://github.com/epoll31/excelcli

cli excel pip python

Last synced: 20 days ago
JSON representation

This is a quick demo that I made to read and modify Excel documents in the CLI using Python.

Awesome Lists containing this project

README

        

# Excel CLI

This is a quick demo that I made to read and modify Excel documents in the CLI using Python.

## About This Demo

This demo stores usernames and passwords in Excel documents uisng the CLI.

- You can perform the following actions from the CLI
- Log in
- Sign up
- Remove your account
- Swap the file

Althought this is a basic example, it shows that I can use Python to create CLI's that read and alter Excel files.

## Packages used

- ***[click](https://pypi.org/project/click/)***: **click** is a Python package for creating beautiful command line interfaces.
- Specifically using version 8.1.7
- ***[pick](https://pypi.org/project/pick/)***: **pick** is a small python library to help you create curses based interactive selection list in the terminal.
- ***[openpyxl](https://pypi.org/project/openpyxl/)***: **openpyxl** is a Python library to read/write Excel 2010 xlsx/xlsm/xltx/xltm files.