homoglyph

I can't write homoglyphs output to text file

I can't write homoglyphs output to text file Question: I’m trying to create a homoglyph text based on the word web, but it doesn’t seem to write the output inside the text. I tried to do this based on this site https://pypi.org/project/homoglyphs/ import homoglyphs as hg homoglyph = open("dictionaries/homoglyphs.txt", ‘w’, encoding="utf-8") random = hg.Homoglyphs().get_combinations(‘web’) homoglyph.write(random …

Total answers: 1