更好的Windows控制台? [英] Better console for Windows?

查看:103
本文介绍了更好的Windows控制台?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

这是一个非常基本的,大多与非python相关的问题,虽然我是因为Python而要求b $ b。


有没有我可以使用不同的shell(除了cmd.com)来运行Python

in,在那里我可以全屏幕(如果我高兴的话)等等?事实上,

远离右边的东西必须在

极少数字符后包装。


cmd.com的另一个问题是当我运行IPython时,如果我有错误,

或标签或任何东西,我会发出扬声器的声音(ala linux)但我找不到

a方式将其关闭。这是一个很大的问题,因为我不能在我的笔记本电脑上禁用我的系统扬声器(甚至不像我的旧系统那样在BIOS中,而且

它是一个错误 ;它绕过了我的所有声音都被静音的事实,而且我总是发出惊人的哔哔声(因为我很糟糕)

这是不可接受的我在闷闷不乐地编码

班。


想法?我现在唯一能想到的就是使用Putty将SSH连接到一台机器上,没有发出哔哔声,我可以调整大小......但是我没有机器

来SSH,更不用说我想要的东西了。


提前谢谢。

Brett

解决方案

Brett Hoerner写道:

cmd.com的另一个问题是当我运行IPython时,如果我有一个错误,
或标签或任何东西,我得到发言者的嘟嘟声(ala linux),但我找不到
一种关闭它的方法。这是一个很大的问题,因为我无法在我的笔记本电脑上禁用我的系统扬声器(甚至不像我的旧系统那样在BIOS中,而且它是一个错误,它绕过了所有这一切的事实我的声音在Windows中声音很小,而且我总是发出令人难以置信的嘟嘟声(因为我很糟糕)
当我在闷闷不乐的课堂上编写时,这是不可接受的。




我知道这个问题...这非常烦人!

这是解决问题的一种方法;


1.启动设备管理器。

2.在菜单上,单击查看并选中显示隐藏的设备。

3.在非即插即用驱动程序下找到''Beep'''''

4.右键单击''Beep'',选择''禁用''


Brett Hoerner写道:

这是一个非常基本的,大多与非蟒蛇相关的问题,尽管我问:b由于Python的原因。
我可以使用不同的shell(cmd.com除外)来运行Python
,我可以全屏幕窗口(如果我很高兴),等等?事实上,那些远离右边的东西必须在很少的角色后包装。




我不喜欢知道你是否绝对想要一个shell,但是如果你想要的是一个Python交互式提示符,我发现PyShell真的带来了wxPython

很好。它有自动完成和支持复制粘贴,有/无

前面>>> ;.


问候,

Nicolas


Rune Strand写道:

我知道这个问题......这非常烦人!
这是解决问题的一种方法;

1.启动设备管理器。
2.在菜单上,单击查看,然后选中显示隐藏设备
3.在非即插即用驱动程序下找到''Beep'''''
4.右键单击''Beep'',选择''Disable''



基督,谢谢。当你安装Windows时,它应该首先弹出

并询问你是否想要生气,Y / N.


嗯,这解决了我的声音问题(再次感谢),现在只要我能够

水平拉伸窗口。这个问题要少得多,

现在至少可用。


再次感谢,符文


This is a pretty basic, mostly un-python-related question, although I''m
asking because of Python.

Is there a different shell I can use (other than cmd.com) to run Python
in, where I can full-screen the window (if I pleased), etc? As it is,
things that would run far off the right have to be word wrapped after
very few characters.

Another problem with cmd.com is when I run IPython, if I have an error,
or tab or anything, I get the speaker beep (ala linux) but I can''t find
a way to turn it off. This is a huge problem because I cannot disable
my system speaker on my laptop (not even in BIOS like my old one, and
it''s an "error", it bypasses the fact that all my sound is muted in
Windows) and I get incredibly loud beeps all the time (because I suck)
which would not be acceptable while I''m coding on the sly in boring
class.

Ideas? The only thing I can think of now is using Putty to SSH into a
machine, no beeps there, and I can resize... but I don''t have a machine
to SSH into, much less one with all the stuff I want on it.

Thanks in advance.
Brett

解决方案

Brett Hoerner wrote:

Another problem with cmd.com is when I run IPython, if I have an error,
or tab or anything, I get the speaker beep (ala linux) but I can''t find
a way to turn it off. This is a huge problem because I cannot disable
my system speaker on my laptop (not even in BIOS like my old one, and
it''s an "error", it bypasses the fact that all my sound is muted in
Windows) and I get incredibly loud beeps all the time (because I suck)
which would not be acceptable while I''m coding on the sly in boring
class.



I know that problem... it''s extremely annoying!
Here''s one way to solve it;

1. Start ''Device manager''.
2. On the menu, click ''View'' and check off "Show hidden devices"
3. Locate ''Beep'' ''under Non-Plug and Play Drivers''
4. Right-click ''Beep'', select ''Disable''


Brett Hoerner wrote:

This is a pretty basic, mostly un-python-related question, although I''m
asking because of Python.

Is there a different shell I can use (other than cmd.com) to run Python
in, where I can full-screen the window (if I pleased), etc? As it is,
things that would run far off the right have to be word wrapped after
very few characters.



I don''t know if you absolutely want a shell, but if what you want is a
Python interactive prompt, I find PyShell coming with wxPython really
nice. It has autocompletion and support copy-paste with/without the
preceding >>>.

Regards,
Nicolas


Rune Strand wrote:

I know that problem... it''s extremely annoying!
Here''s one way to solve it;

1. Start ''Device manager''.
2. On the menu, click ''View'' and check off "Show hidden devices"
3. Locate ''Beep'' ''under Non-Plug and Play Drivers''
4. Right-click ''Beep'', select ''Disable''



Christ, thanks. When you install Windows it should pop up first thing
and ask if you want to be annoyed, Y/N.

Well, that solves my sound problem (thanks again), now if only I could
stretch the window horizontally. Thats much less of a problem though,
this is at least usable now.

Thanks again, Rune


这篇关于更好的Windows控制台?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆