INF2611
2021
Assignment
Assignment 1
number:
Assignment unique
686891
code:
Student number:
Last name &
Initials
Theme Basic PyQt5 GUI design and implementation
Statement of Compliance
This assignment includes:
• Part A – program source code.
• Part B – copy of MCQ completion email
Statement of Originality
This is to certify that to the best of my knowledge; the content of this assignment is my own work.
I certify that the intellectual content of this assignment is the product of my own work and that all
the assistance received in preparing this assignment and sources have been acknowledged.
INF2611 Assignment 1 Template v1.0
, INF2611 Assignment 1
Part A – Single Window Application Source code
Instructions:
Design and implement a Single Window Application to satisfy the following scenario:
In the Post-COVID period, the Department of Tourism would like to promote all towns in
South Africa as potential holiday destinations. This drive requires the marketing of national
venues and events for example, holiday accommodation, markets and shows.
Your town has tasked you to develop a Single Window Application (i.e. one page only) to
promote the town's tourism marketing and promoting information to potential visitors. The
following requirements must be met:
The NAME of the community must be clearly displayed in the Single Window Application.
The application’s GUI must present a diverse collection of information relevant to the
community or town's tourist attractions. Pay specific attention to the layout of your GUI.
You must use at least one widget from each the following widget group:
• Button
• Container
• Input
• Display
Source code:
# -*- coding: utf-8 -*-
# Form implementation generated from reading ui file 'Thohoyandou_Tourist.ui'
#
# Created by: PyQt5 UI code generator 5.15.4
#
# WARNING: Any manual changes made to this file will be lost when pyuic5 is
# run again. Do not edit this file unless you know what you are doing.
###### form.py
class Ui_MainMenu(object):
def setupUi(self, MainMenu):
2
2021
Assignment
Assignment 1
number:
Assignment unique
686891
code:
Student number:
Last name &
Initials
Theme Basic PyQt5 GUI design and implementation
Statement of Compliance
This assignment includes:
• Part A – program source code.
• Part B – copy of MCQ completion email
Statement of Originality
This is to certify that to the best of my knowledge; the content of this assignment is my own work.
I certify that the intellectual content of this assignment is the product of my own work and that all
the assistance received in preparing this assignment and sources have been acknowledged.
INF2611 Assignment 1 Template v1.0
, INF2611 Assignment 1
Part A – Single Window Application Source code
Instructions:
Design and implement a Single Window Application to satisfy the following scenario:
In the Post-COVID period, the Department of Tourism would like to promote all towns in
South Africa as potential holiday destinations. This drive requires the marketing of national
venues and events for example, holiday accommodation, markets and shows.
Your town has tasked you to develop a Single Window Application (i.e. one page only) to
promote the town's tourism marketing and promoting information to potential visitors. The
following requirements must be met:
The NAME of the community must be clearly displayed in the Single Window Application.
The application’s GUI must present a diverse collection of information relevant to the
community or town's tourist attractions. Pay specific attention to the layout of your GUI.
You must use at least one widget from each the following widget group:
• Button
• Container
• Input
• Display
Source code:
# -*- coding: utf-8 -*-
# Form implementation generated from reading ui file 'Thohoyandou_Tourist.ui'
#
# Created by: PyQt5 UI code generator 5.15.4
#
# WARNING: Any manual changes made to this file will be lost when pyuic5 is
# run again. Do not edit this file unless you know what you are doing.
###### form.py
class Ui_MainMenu(object):
def setupUi(self, MainMenu):
2