AyoubM490 / hr

A tool to export a system's user information into CSV or JSON formats

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CLI tool to export a system's user information into CSV or JSON formats

Usage

JSON format:

$ hr --format=json --path=users.json

CSV format:

$ hr --format=csv

Installation From Source

To install the package after you've cloned the repository, you'll want to run the following command from within the project directory:

$ pip install --user -e .

About

A tool to export a system's user information into CSV or JSON formats


Languages

Language:Python 100.0%