Sep 25, 2023
I wonder why you need to "pip install" tkinter, it is in the standard library
https://docs.python.org/3/library/tkinter.html
Also, you don't need all of that to convert to binary, you can just do bin(int_value)[2:]
I wonder why you need to "pip install" tkinter, it is in the standard library
https://docs.python.org/3/library/tkinter.html
Also, you don't need all of that to convert to binary, you can just do bin(int_value)[2:]
Déserteur camerounais résidant désormais en France. Passionné de programmation, sport, de cinéma et mangas. J’écris en français et en anglais dû à mes origines.