This is a basic Hello World program. I created this to demonstrate the use of Visual Studio Code, GitHub, and Python integrated together. I also wanted to show the extra pizazz that can be added to a simple program through libraries such as colorama and pygame within a venv.
You can watch a demo of my software here: Software Demo Video
- Visual Studio Code
- Python 3.11.1 64-bit
- Virtual Environment (venv)
- Colorama
- Pygame
- Git / GitHub
- Python 3.11.1 Reference Manual
- Defining Main Functions in Python
- Stack Overflow - How To Underline Text In Python 3.6.5
- W3 Schools - Python String join() Method
- How To Underline Text In Python?
- How to Use Python's "py" Launcher for Windows
- Video - Using the "py" launcher with Python on Windows
- How to Setup Virtual Environments in Python
- Creation of virtual environments
- Python Virtual Environments: A Primer
- Getting Started With Pygame
- How to Install Pygame in Visual Studio Code
- Stack Overflow - Install Pygame for Latest Version of Python
- Stack Overflow - How to Fade in a Text or an Image With Pygame
- Pygame Font and Text
- Stack Overflow - Pygame: How to Correctly Use get_rect()
- What is Surface.set_colorkey() in Pygame?
- Pygame > Drawing on the Screen > Transparency
- Reddit - pygame.time.delay() VS clock.tick()?
- 3.16: The pygame.display.update() Function
- Bytes - How to Create a Multicolor "font-string" in Pygame??