Skip to content

CLI application to manage users from the terminal.

Notifications You must be signed in to change notification settings

Qv1ko/clipy-users

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

clipy-users

Python CLI application that allows you to manage users on your computer from your terminal.

Python 3.10

Usage

  • Installation of the environment used: python -m venv venv
  • Installation of the click package: pip install click

Run in terminal: python cli.py users | user {id} | new --name {name} --lastname {lastname} | update {id} [--name {name}] [--lastname {lastname}] | delete {id}

Credits

Video creating a CLI (terminal CRUD application) in Python by Fazt

About

CLI application to manage users from the terminal.

Topics

Resources

Stars

Watchers

Forks

Languages