Python Forum
White Screen Issue with Toolbar After Python Installation
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
White Screen Issue with Toolbar After Python Installation
#1
Hi everyone,

White color screen issue with options like help, license, etc when I install Python on my computer. However, during my course, Python shows a white lines with a toolbar that allows creating new files, debugging, and other features.

I’m trying to figure out how to access this screen interface. Does it require additional setup? If I already have Anaconda installed, is there a way to access this white background screen with the toolbar through Anaconda or another method?

Thanks! https://whitescreen.vip/
Reply
#2
Built into most all python distributions is a package called tkinter.
You can find a good, free, tutorial here
tkinter is a wrapper built around tcl/tk.

There are variations of tkinter as well that greatly improve on appearence.

The most prominant are
ttkbootstrap -- PyPi -- GitHub
custom tkinter

There's also wxpython, Qt ( pyQt6 and PySide6 for python ) and others.
You will find many applications that can be used on top of most of these graphics packages, like matplotlib for one.

Most all have excellent tutorials available.
Reply
#3
Quote:White color screen issue with options like help, license, etc when I install Python on my computer. However, during my course, Python shows a white lines with a toolbar that allows creating new files, debugging, and other features.
What are you running to see the white screen? What is your computer's OS?

Python does not have a graphical interface. There are graphical tools designed to work with Python (Spyder, Pycharm, VS Code IDE's, Jupyter notebook, Jupyter lab). Python can be used to write graphical user interface programs (using tkinter, Qt, wxpython...). But Python is a programming language, not an application with a GUI.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Bright Black Screen Issue in Tkinter GUI Application rommy 2 964 Nov-29-2024, 10:50 PM
Last Post: woooee
  Install a module to a specific to Python Installation (one of many)) tester_V 2 1,887 Oct-29-2024, 03:25 PM
Last Post: snippsat
  Shrink Python installation? Extract site-packages from .zip only on demand? pstein 4 1,514 Oct-28-2024, 04:29 PM
Last Post: snippsat
  PyGUI installation issue Wallflower 1 641 Jul-01-2024, 08:51 AM
Last Post: Gribouillis
  Troubleshooting Jupyter Notebook installation with Python using pip and a venv Drone4four 1 2,056 Jun-04-2024, 10:55 PM
Last Post: Drone4four
  identify not white pixels in bmp flash77 17 7,612 Nov-10-2023, 09:21 PM
Last Post: flash77
  Python installation for old MacOS Yonix 1 1,067 Sep-21-2023, 03:32 PM
Last Post: menator01
  Installation of packages to newest Python version from previous one Andrzej_Andrzej 3 4,367 Jul-15-2023, 11:32 AM
Last Post: snippsat
  How to see the date of installation of python modules. newbieAuggie2019 4 4,441 Mar-31-2023, 12:40 PM
Last Post: newbieAuggie2019
  Getting "SSL client not supported by this Python installation" error prabirsarkar 0 1,606 Mar-13-2023, 05:01 PM
Last Post: prabirsarkar

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020