darxtrix/ptop

Separate out the hardcoding from GUI.py

オープン

#20 opened on 2017/07/12

 (1 件のコメント) (0 件のリアクション) (0 人の担当者)Python (43 件のフォーク)batch import
good first issuerefactoring

Repository metrics

Stars
 (573 個のスター)
PR merge metrics
 (30d に merged PR はありません)

説明

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.

コントリビューターガイド