Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Set the font size in pycharm's python console or terminal

There are terminal and python console in pycharm, which are very convenient. But I found that the font size was too small to recognize in terminal or python console. How can change the font size in the terminal or python console?

like image 892
real_actor Avatar asked Dec 22 '15 09:12

real_actor


People also ask

How do you change Text size in python console?

How do I change the font size in a PythonAnywhere console? ¶ To change the font size, click on the console and then use Control-+ to make the font larger or Control-- to make it smaller.

How do I increase font size in console?

Right click on the console window title bar, select Defaults, switch to tab Font and choose your desired font and size.

How do I change the default font size in Terminal?

Select Preferences from the application menu, then the Settings tab. In the settings notebook, select the terminal profile you want to change (usually Basic), then select the Text page (should be selected already); Font is the first item on the page.


2 Answers

In PyCharm 2016.3, the console font setting is squirrelled away under Settings > Editor > Colors & Fonts > Console Font:

Console font settings in PyCharm

Note: Changes to the colors and font are not visible immediately, you have to restart the terminal session to apply them. It's not enough to just hide and reopen the terminal. Just click the red cross button on the terminal's toolbar (Close Terminal Session) and reopen it. The same is valid also for the Python Console.

like image 86
Steve HHH Avatar answered Sep 28 '22 20:09

Steve HHH


The location of console font changed in the latest versions of Pycharm.
Settings -> Editor -> Color Scheme -> Console Font

enter image description here

like image 35
CodeTherapy Avatar answered Sep 28 '22 21:09

CodeTherapy