darxtrix/ptop

Separate out the hardcoding from GUI.py

Open

#20 geöffnet am 12. Juli 2017

Auf GitHub ansehen
 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)Python (43 Forks)batch import
good first issuerefactoring

Repository-Metriken

Stars
 (573 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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.

Contributor Guide