Splash Screen and Progress Bar

Adding a Splash Screen to your Python Projects

A splash screen usually appears for a few seconds while a game or program is launching. It can contain basic information such as the name of the game and its version number.

The following Python trinket shows how you can easily create a basic text-based splash screen to reuse in your existing projects:

Adding a Progress Bar to your Python Projects


A progress bar is a graphical control element used to visualise the progression of an extended computer operation, such as a download, file transfer or installation. Sometimes, the graphic is accompanied by a textual representation of the progress in a percent format.

progress-bar-visualisation

The following Python trinket shows how you can easily create a progress bar screen to reuse in your existing projects:


unlock-access

Solution...

The solution for this challenge is available to full members!
Find out how to become a member:
➤ Members' Area

Did you like this challenge?

Click on a star to rate it!

Average rating 4.1 / 5. Vote count: 18

No votes so far! Be the first to rate this post.

As you found this challenge interesting...

Follow us on social media!

Tagged with: