darxtrix/ptop

Separate out the hardcoding from GUI.py

Open

#20 建立於 2017年7月12日

在 GitHub 查看
 (1 留言) (0 反應) (0 負責人)Python (43 fork)batch import
good first issuerefactoring

倉庫指標

Star
 (573 star)
PR 合併指標
 (30 天內沒有已合併 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.

貢獻者指南