darxtrix/ptop

Separate out the hardcoding from GUI.py

开放

#20 创建于 2017年7月12日

 (1 条评论) (0 个反应) (0 位负责人)Python (43 个派生)batch import
good first issuerefactoring

仓库指标

星标
 (573 个星标)
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.

贡献者指南