darxtrix/ptop

Separate out the hardcoding from GUI.py

Open

#20 aperta il 12 lug 2017

Vedi su GitHub
 (1 commento) (0 reazioni) (0 assegnatari)Python (43 fork)batch import
good first issuerefactoring

Metriche repository

Star
 (573 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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.

Guida contributor