you need to add
self.
in front of every b widget, e.g. self.b5, everywhere you use it if you want to be class properties. without self it's just a name that exists in __init__() only