Skip to content

danielfcollier/py-cli-drageisa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Python CLI

Built with ArgParser.

About

A simple CLI to generate the secretary WhatsApp text scripts customized with customer and consultation data.

Usage

usage: drageisa [-h] [-m] [-p] [-c] [-i] [-d] [-t]

Informações para o atendimento via WhatsApp do consultório da Dra. Geisa.

options:
  -h, --help        show this help message and exit
  -m , --message    Número da messagem
  -p , --paciente   Nome da paciente
  -c , --consulta   Orientações da consulta
  -i , --info       Informações gerais
  -d , --dia        Dia da consulta
  -t , --hora       Hora da consulta

Utilitário da Dra. Geisa desenvolvido por Daniel Collier.

Samples

drageisa -m 1 -p Ana
drageisa -m all -m Ana
drageisa -i help
drageisa -i planos
drageisa -i all
drageisa -c all
drageisa -c cadastro
drageisa -c agenda -d 19/11 -t 10h30

Installation

Copy the repository and into the project folder run:

sudo make install

Update

make update

Remove

make clean

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published