Python论坛  - 讨论区

标题:[python-chinese] 如何产生一个全屏输出?

2006年04月07日 星期五 15:19

Gu Yingbo tensiongyb at gmail.com
Fri Apr 7 15:19:23 HKT 2006

举个例子:直接在屏幕上显示一些带颜色的点或图形,其它部分涂黑。
哪个模块能做这类事情,我觉得不一定非要用到GUI吧!
相关的可能还有获取屏幕分辨率等。
就是做心理学视觉测试一类的东西。像 matlab 中的 screen 函数。
请达人们指教!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060407/2585b00f/attachment.html

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年04月07日 星期五 22:50

wangmm kernellearn at gmail.com
Fri Apr 7 22:50:56 HKT 2006

这个应该需要GUI吧。应该python自带的tk就能够搞定。

On 4/7/06, Gu Yingbo <tensiongyb at gmail.com> wrote:
>
> 举个例子:直接在屏幕上显示一些带颜色的点或图形,其它部分涂黑。
> 哪个模块能做这类事情,我觉得不一定非要用到GUI吧!
> 相关的可能还有获取屏幕分辨率等。
> 就是做心理学视觉测试一类的东西。像 matlab 中的 screen 函数。
> 请达人们指教!
>
>
> _______________________________________________
> python-chinese
> Post: send python-chinese at lists.python.cn
> Subscribe: send subscribe to python-chinese-request at lists.python.cn
> Unsubscribe: send unsubscribe to  python-chinese-request at lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060407/eb5d6c5b/attachment.html

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年04月08日 星期六 09:47

Gu Yingbo tensiongyb at gmail.com
Sat Apr 8 09:47:45 HKT 2006

能给出一个全屏窗口的例子吗?tk 或者 wxpython 的都行。
GUI 只学过一点点。在文档里都没看到过全屏的介绍。

On 4/7/06, wangmm <kernellearn at gmail.com> wrote:
>
> 这个应该需要GUI吧。应该python自带的tk就能够搞定。
>
> On 4/7/06, Gu Yingbo <tensiongyb at gmail.com> wrote:
>
> > 举个例子:直接在屏幕上显示一些带颜色的点或图形,其它部分涂黑。
> 哪个模块能做这类事情,我觉得不一定非要用到GUI吧!
> 相关的可能还有获取屏幕分辨率等。
> 就是做心理学视觉测试一类的东西。像 matlab 中的 screen 函数。
> 请达人们指教!
>
>
> _______________________________________________
> python-chinese
> Post: send python-chinese at lists.python.cn
> Subscribe: send subscribe to python-chinese-request at lists.python.cn
> Unsubscribe: send unsubscribe to  python-chinese-request at lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese
>
>
>
> _______________________________________________
> python-chinese
> Post: send python-chinese at lists.python.cn
> Subscribe: send subscribe to python-chinese-request at lists.python.cn
> Unsubscribe: send unsubscribe to  python-chinese-request at lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060408/2a101f3b/attachment.html

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年04月09日 星期日 09:34

shhgs shhgs.efhilt at gmail.com
Sun Apr 9 09:34:16 HKT 2006

Linux下ncurse可以

Windows下不懂

wxPython用DC,直接往屏幕上画


On 4/7/06, Gu Yingbo <tensiongyb at gmail.com> wrote:
> 能给出一个全屏窗口的例子吗?tk 或者 wxpython 的都行。
>  GUI 只学过一点点。在文档里都没看到过全屏的介绍。
>
>
> On 4/7/06, wangmm <kernellearn at gmail.com> wrote:
> >
>
> 这个应该需要GUI吧。应该python自带的tk就能够搞定。
>
>
> On 4/7/06, Gu Yingbo < tensiongyb at gmail.com> wrote:
> >
>
> 举个例子:直接在屏幕上显示一些带颜色的点或图形,其它部分涂黑。
> 哪个模块能做这类事情,我觉得不一定非要用到GUI吧!
> 相关的可能还有获取屏幕分辨率等。
> 就是做心理学视觉测试一类的东西。像 matlab 中的 screen 函数。
> 请达人们指教!
>
>  _______________________________________________
> python-chinese
> Post: send python-chinese at lists.python.cn
> Subscribe: send subscribe to
> python-chinese-request at lists.python.cn
> Unsubscribe: send unsubscribe to
> python-chinese-request at lists.python.cn
> Detail Info:
> http://python.cn/mailman/listinfo/python-chinese
>
>
>
> _______________________________________________
>
> python-chinese
> Post: send python-chinese at lists.python.cn
> Subscribe: send subscribe to
> python-chinese-request at lists.python.cn
> Unsubscribe: send unsubscribe to
> python-chinese-request at lists.python.cn
> Detail Info:
> http://python.cn/mailman/listinfo/python-chinese
>
>
>
> _______________________________________________
> python-chinese
> Post: send python-chinese at lists.python.cn
> Subscribe: send subscribe to
> python-chinese-request at lists.python.cn
> Unsubscribe: send unsubscribe to
> python-chinese-request at lists.python.cn
> Detail Info:
> http://python.cn/mailman/listinfo/python-chinese
>
>

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年04月09日 星期日 15:37

Gu Yingbo tensiongyb at gmail.com
Sun Apr 9 15:37:41 HKT 2006

wx.ScreenDC 可能就是我需要的,学习一下,谢谢!

On 4/9/06, shhgs <shhgs.efhilt at gmail.com> wrote:
>
> Linux下ncurse可以
>
> Windows下不懂
>
> wxPython用DC,直接往屏幕上画
>
>
> On 4/7/06, Gu Yingbo <tensiongyb at gmail.com> wrote:
> > 能给出一个全屏窗口的例子吗?tk 或者 wxpython 的都行。
> >  GUI 只学过一点点。在文档里都没看到过全屏的介绍。
> >
> >
> > On 4/7/06, wangmm <kernellearn at gmail.com> wrote:
> > >
> >
> > 这个应该需要GUI吧。应该python自带的tk就能够搞定。
> >
> >
> > On 4/7/06, Gu Yingbo < tensiongyb at gmail.com> wrote:
> > >
> >
> > 举个例子:直接在屏幕上显示一些带颜色的点或图形,其它部分涂黑。
> > 哪个模块能做这类事情,我觉得不一定非要用到GUI吧!
> > 相关的可能还有获取屏幕分辨率等。
> > 就是做心理学视觉测试一类的东西。像 matlab 中的 screen 函数。
> > 请达人们指教!
> >
> >  _______________________________________________
> > python-chinese
> > Post: send python-chinese at lists.python.cn
> > Subscribe: send subscribe to
> > python-chinese-request at lists.python.cn
> > Unsubscribe: send unsubscribe to
> > python-chinese-request at lists.python.cn
> > Detail Info:
> > http://python.cn/mailman/listinfo/python-chinese
> >
> >
> >
> > _______________________________________________
> >
> > python-chinese
> > Post: send python-chinese at lists.python.cn
> > Subscribe: send subscribe to
> > python-chinese-request at lists.python.cn
> > Unsubscribe: send unsubscribe to
> > python-chinese-request at lists.python.cn
> > Detail Info:
> > http://python.cn/mailman/listinfo/python-chinese
> >
> >
> >
> > _______________________________________________
> > python-chinese
> > Post: send python-chinese at lists.python.cn
> > Subscribe: send subscribe to
> > python-chinese-request at lists.python.cn
> > Unsubscribe: send unsubscribe to
> > python-chinese-request at lists.python.cn
> > Detail Info:
> > http://python.cn/mailman/listinfo/python-chinese
> >
> >
>
> _______________________________________________
> python-chinese
> Post: send python-chinese at lists.python.cn
> Subscribe: send subscribe to python-chinese-request at lists.python.cn
> Unsubscribe: send unsubscribe to  python-chinese-request at lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060409/303b3284/attachment.htm

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

如下红色区域有误,请重新填写。

    你的回复:

    请 登录 后回复。还没有在Zeuux哲思注册吗?现在 注册 !

    Zeuux © 2025

    京ICP备05028076号