darxtrix/ptop

Separate out the hardcoding from GUI.py

Open

#20 aberto em 12 de jul. de 2017

Ver no GitHub
 (1 comment) (0 reactions) (0 assignees)Python (43 forks)batch import
good first issuerefactoring

Métricas do repositório

Stars
 (573 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

All of the positions, lengths, widths are hardcoded. Need to separate them in a different config file or in the same file.

Take into account the situations in which the Terminal screen is quite small. The following strategy can be used.

  • Ptop can try to be responsive till a particular stage
  • After that the user can do scrolling to see the full view.

Guia do colaborador