Metadata-Version: 2.4
Name: usys
Version: 0.1.2
Summary: Linux user manager
Author: Wattox00
License: MIT
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: prompt_toolkit>=3.0.52
Dynamic: license-file

# USYS – Linux User Manager

USYS is a simple command-line Linux user and group management tool.
It provides an interactive interface to manage users and groups using
clear commands and short aliases.

## Features

- Create, modify, and delete users
- Create and manage groups
- Add users to groups
- View user and group information
- Simple command aliases for faster usage

## Main Menu
```
Command   Alias   Description

user      (u)     User management
group     (g)     Group management
help      (h)     Show help menu
exit      (q)     Exit the program
```


## User Commands
```
Command     Alias   Description

adduser     (au)    Create a new user account
deluser     (du)    Delete an existing user
passwd      (pw)    Change user password
chname      (cn)    Change username
chshell     (cs)    Change user shell
listuser    (lu)    List all users
homedir     (hd)    View user's home directory
quit        (q)     Quit user menu
```

## Group Commands
```
Command       Alias   Description

addgroup      (ga)    Create a new group
delgroup      (gd)    Delete an existing group
appendgroup   (ag)    Add user to an existing group
listgroups    (lg)    List all groups
groupinfo     (gi)    Show detailed group information
quit          (q)     Quit group menu
```
