Python and PyQt5: Create a window with labels, input fields and a coloured background

This was made in Visual Studio Code within a virtual environment.

The most important commands in working with your virtual environment are:

1. Create your virtual environment

> py -m venv env

2. Activate your virtual environment

> env\Scripts\activate

3. Go to View > select Command Palette > Select Python Interpreter > (env:venv)

3. Run your application

> py main.py

Output


Code



Comments

Popular posts from this blog

C++ script - Script to learn map library | struct | transform a vector of keys

Developer's Arsenal: How HashiCorp unites cloud securite and upholds the AWS Well-Architected Framework when implementing Policy as Code using Sentinel One.

Python script (2024): Learn how to manage secure storage in AWS using S3 lifecycle configurations.