Skip to content

Instantly share code, notes, and snippets.

View danielX337's full-sized avatar

Daniel Diez danielX337

View GitHub Profile
@idarek
idarek / TeamViewer-15-30-3-id-changer-for-mac.py
Last active March 21, 2023 15:47
TeamViewer ID changer (works with TV 15.32.3+ and macOS 12.6)
#!/usr/bin/env python
# -*- coding: utf-8 -*-
import os
import platform
import random
import re
import string
import sys
@0x2a94b5
0x2a94b5 / TeamViewer-15-id-changer-for-mac.py
Last active September 11, 2024 02:03 — forked from zhenhappy/tv-changer-for-mac.py
Teamviewer 15 id changer for Mac OS X
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# System: macOS Mojave 10.14.6
# Version: TeamViewer v15.2.2756
# Python: 2.7.10
# Command: sudo python TeamViewer-15-id-changer-for-mac.py
#
import os