darxtrix/ptop

Separate out the hardcoding from GUI.py

Open

#20 ouverte le 12 juil. 2017

Voir sur GitHub
 (1 commentaire) (0 réactions) (0 assignés)Python (43 forks)batch import
good first issuerefactoring

Métriques du dépôt

Stars
 (573 stars)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

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.

Guide contributeur