|
| 1 | +--- |
| 2 | +layout: post |
| 3 | +comments: true |
| 4 | +author: bear |
| 5 | +title: Roomer Counter v0 家务计分器 v0 |
| 6 | +description: 用家务之努力换取快乐之 quota |
| 7 | +categories: Log |
| 8 | +tags: 4fun |
| 9 | +--- |
| 10 | + |
| 11 | +``` |
| 12 | +社畜懒癌也希望有个整洁有序之空间. |
| 13 | +特设计小工具帮助社畜们苦中作乐. |
| 14 | +用家务之努力换取快乐之 quota. |
| 15 | +``` |
| 16 | + |
| 17 | +<!--more--> |
| 18 | + |
| 19 | +## Roomer Counter v0 家务计分器 v0 |
| 20 | +- A small tool helps cleaner to count their house-work in the room. |
| 21 | +- 一款帮助懒癌患者记录家务的可爱计分器. |
| 22 | + |
| 23 | +## Features 特征 |
| 24 | +- Make your own clean-work checklist. |
| 25 | +- Count workload into scores. |
| 26 | +- Simple requirements for Python3. |
| 27 | +- 自定义家务清单. |
| 28 | +- 为你所做的每一样家务打分. |
| 29 | +- 依赖极其简单, 仅需安装 Python3. |
| 30 | + |
| 31 | +## Requirements 依赖 |
| 32 | +- Python3 |
| 33 | + |
| 34 | +## How2Use 用法 |
| 35 | +- Make a txt to store your clean-work checklist, name it A.txt. |
| 36 | +- Set A.txt absolute path. |
| 37 | +- Run `python3 rc0_eng.py` on terminal |
| 38 | +- 1 stands for YES, 0 stands for No. |
| 39 | +- 用 txt 设定好你的家务清单, 并把清单命名为 A.txt. |
| 40 | +- 设置好 A.txt 在脚本中的绝对路径. |
| 41 | +- 终端运行 `python3 rc0.py` |
| 42 | +- 1 代表做了, 0 代表没做. |
| 43 | + |
| 44 | +## Demo |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | +## Download |
| 51 | +- You need to join [Github Organization/DebugUself](https://github.com/DebugUself) first to get access to source code. |
| 52 | +- [rc0_eng.py](https://github.com/DebugUself/du4proto/blob/zsy/RoomerCounter/rc0_eng.py) |
| 53 | +- 你需要先加入 [自怼圈](https://github.com/DebugUself), 才能下载工具. |
| 54 | +- [rc0.py](https://github.com/DebugUself/du4proto/blob/zsy/RoomerCounter/rc0.py) |
| 55 | + |
| 56 | +## Else 插曲 |
| 57 | +- You can also enjoy the tool by discuss source code. |
| 58 | +- The tool script adores the pythonic way manipulating list and str. |
| 59 | +- The script made a little twist during the design. |
| 60 | + + The twist is recorded in the [rc0try.ipynb](https://github.com/DebugUself/du4proto/blob/zsy/RoomerCounter/rc0try.ipynb). |
| 61 | +- 你还可以通过讨论本工具的代码,增加给自己的乐趣. |
| 62 | +- 本工具脚本注重 python 中的 list 和 str 用法. |
| 63 | +- 本工具脚本在构思过程中绕了 1 个弯. |
| 64 | + + 弯道见 -> [rc0try.ipynb](https://github.com/DebugUself/du4proto/blob/zsy/RoomerCounter/rc0try.ipynb). |
| 65 | + |
| 66 | +## Feedback 反馈 |
| 67 | +- Prefer: [Github Organization/DebugUself/du4proto/##766](https://github.com/DebugUself/du4proto/issues/766) |
| 68 | +- Others: jenniferzhangshiying@gmail.com |
| 69 | + |
| 70 | + |
| 71 | +``` |
| 72 | +手动将家务得分换为任何让你感到开心的事! |
| 73 | +购物/聚餐/运动/旅游... |
| 74 | +苦中作乐,乐起来! |
| 75 | +``` |
| 76 | + |
| 77 | +## Changelog |
| 78 | +- 2019-08-23 熊本 init |
0 commit comments