Skip to content

Commit 25b9474

Browse files
committed
Initial commit: TikTok Device Generator
Tkinter GUI + Java/unidbg; batch device_register; EN/AR docs; MIT license. Made-with: Cursor
0 parents  commit 25b9474

51 files changed

Lines changed: 1786 additions & 0 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Auto detect text files and perform LF normalization
2+
* text=auto

.gitignore

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Python
2+
__pycache__/
3+
*.py[cod]
4+
*$py.class
5+
.Python
6+
.venv/
7+
venv/
8+
ENV/
9+
10+
# OS
11+
.DS_Store
12+
Thumbs.db
13+
14+
# PyInstaller / local build
15+
build/*
16+
dist/*
17+
DeviceGenerator.spec
18+
19+
# Generated output (do not commit device data or batch summaries)
20+
generated_devices/
21+
Device/*.json
22+
23+
# Local test / unidbg scratch
24+
target/
25+
Libs/target/

Device/.gitkeep

Whitespace-only changes.

0 commit comments

Comments
 (0)