English version
This is the first version of class helper.
There are two functions here, timer and roll call.
Timer
- Show a interface that can be fixed on the screen
- Show how many days, hours, minutes, seconds left from now to the time you've set
Roll Call
There are two types here,
- You can start rolling the list of names and can stop anytime.
- The program will give you a name randomly and directly.
Environment
Because of using C#, it just can run on Windows (including x64 or x86).
中文版
这是班级工具的第一个版本。
现在有两个功能:计时器和随机点名器
计时器
- 有一个固定的界面显示在屏幕上
- 显示从现在到你设定的时间还剩下多少天、小时、分钟、秒钟
随机点名器
有两种类型的点名器,
- 你可以在名字列表中滚动并且随时停止滚动。
- 程序会随机地直接给出一个名字。
环境
由于使用了C#进行编写,所以仅支持在 Windows 上运行(包括 32 位和 64 位)