<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>GUI &#8211; 李辉 / Grey Li</title>
	<atom:link href="https://greyli.com/tag/gui/feed/" rel="self" type="application/rss+xml" />
	<link>https://greyli.com</link>
	<description>一个编程和写作爱好者的在线记事本</description>
	<lastBuildDate>Sat, 15 Nov 2025 10:55:15 +0000</lastBuildDate>
	<language>zh-CN</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.9.26</generator>

<image>
	<url>https://greyli.com/wp-content/uploads/2025/03/avatar-500-compressed-144x144.jpg</url>
	<title>GUI &#8211; 李辉 / Grey Li</title>
	<link>https://greyli.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>我的第一个GUI程序</title>
		<link>https://greyli.com/my-first-gui-program/</link>
		<comments>https://greyli.com/my-first-gui-program/#respond</comments>
		<pubDate>Fri, 08 Jan 2016 00:01:00 +0000</pubDate>
		<dc:creator><![CDATA[李辉]]></dc:creator>
				<category><![CDATA[计算机与编程]]></category>
		<category><![CDATA[GUI]]></category>
		<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://www.withlihui.com/?p=138</guid>
		<description><![CDATA[100Words 每天一篇英语日记 这是一个英语日记写作程序，可以作为英语学习辅助使用。假如你正在学习英语，每 [&#8230;]]]></description>
				<content:encoded><![CDATA[<h1>100Words</h1>
<h3><a id="user-content-每天一篇英语日记" class="anchor" href="https://github.com/lihuii/100Words#每天一篇英语日记"></a>每天一篇英语日记</h3>
<p>这是一个英语日记写作程序，可以作为英语学习<b>辅助</b>使用。假如你正在学习英语，每天都有一定量的输入，比如说阅读或是听播客，那么你可以使用它来进行复习和回顾。每天一百个单词也许很少，但是通过长久的积累，同时搭配语法的学习和大量语料的输入，写作水平就会得到指数级的提高。</p>
<div id="attachment_961" style="width: 807px" class="wp-caption alignleft"><a href="http://greyli.com/wp-content/uploads/2016/08/100new.jpg"><img class="wp-image-961 size-full" src="http://greyli.com/wp-content/uploads/2016/08/100new.jpg" alt="100Words v1,1" width="797" height="768" srcset="https://greyli.com/wp-content/uploads/2016/08/100new.jpg 797w, https://greyli.com/wp-content/uploads/2016/08/100new-150x145.jpg 150w, https://greyli.com/wp-content/uploads/2016/08/100new-300x289.jpg 300w, https://greyli.com/wp-content/uploads/2016/08/100new-624x601.jpg 624w" sizes="(max-width: 797px) 100vw, 797px" /></a><p class="wp-caption-text">100Words v1,1</p></div>
<h2><a id="user-content-功能说明" class="anchor" href="https://github.com/lihuii/100Words#功能说明"></a>功能说明</h2>
<p>1.自动创建 &#8216;C:UsersAdministratorMyDiary年月&#8217; 目录树及文件。 <br />
2.以日为文件名创建txt文件，txt文件开头写入日期与时间。<br />
3.每篇日记要求字数100。 <br />
4.查看以往日记点击File-Reflect。 <br />
<b>5.查看以往日记不支持再编辑，点击保存会添加到当天内容。</b> <br />
6.数据统计。</p>
<h2><a id="user-content-使用说明" class="anchor" href="https://github.com/lihuii/100Words#使用说明"></a>使用说明</h2>
<p>1.点击<a href="https://github.com/greyli/100Words/archive/master.zip" target="_blank" rel="noopener">这儿</a>下载文件。 <br />
<b>2.双击安装字体文件（Purisa.ttf）。 <br />
</b>3.然后就可以打开程序（100 Words.exe）了。</p>
<h2><a id="user-content-rules" class="anchor" href="https://github.com/lihuii/100Words#rules"></a>Rules</h2>
<p>Rule 1: You must write no less than 100 words. Rule 2: You can only use one emoji in one day. Rule 3: You can not change the previous diary.</p>
<h2><a id="user-content-打包说明" class="anchor" href="https://github.com/lihuii/100Words#打包说明"></a>打包说明</h2>
<p>1.根目录下的exe文件是用pyinstaller打包。 <br />
2.Diary.spec为打包后生成的配置文件。 <br />
3.代码中的音频调用使用了一个resource_path(relative_path)函数，在调用文件的地方使用这个函数包裹。 然后在.spec文件中指向具体的文件地址，打包后即可正常调用。 4.详情见注释。</p>
<h2><a id="user-content-待实现功能" class="anchor" href="https://github.com/lihuii/100Words#待实现功能"></a>待实现功能</h2>
<p>1.图形界面；&#8212;&#8212;&#8212;&#8212;√ <br />
2.拼写检查； <br />
3.年底自动总结完成情况，包括每月完成量，生成折线图； <br />
4.添加表情； <br />
5.activity calendar。 <br />
6.图标问题。 <br />
7.反馈。&#8212;&#8212;&#8212;&#8212;√</p>
<ul>
<li>Github地址：<a href="https://github.com/greyli/100Words" target="_blank" rel="noopener">https://github.com/greyli/100Words</a></li>
<li>下载地址：<a href="https://github.com/greyli/100Words/archive/master.zip" target="_blank" rel="noopener">https://github.com/greyli/100Words/archive/master.zip</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>https://greyli.com/my-first-gui-program/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
