Skip to content

Instantly share code, notes, and snippets.

@youpong
Created October 5, 2021 12:57
Show Gist options
  • Save youpong/23558fa9cbebf22b2dc29f30096164f7 to your computer and use it in GitHub Desktop.
Save youpong/23558fa9cbebf22b2dc29f30096164f7 to your computer and use it in GitHub Desktop.
print name
#!/usr/bin/env python
from gimei import Gimei
name = Gimei().name
print(name)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment