| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Forget outdated terminals! DTerminal is a modern, fast, lightweight Android terminal app with built-in Python support. No lag, no bloat. Just a clean, simple, and powerful environment for automation and scripting on a smooth interface built with Jetpack Compose.
| Scripts | History |
|---|---|
![]() |
![]() |
Note
Since DTerminal is a self-signed APK not distributed via the Google Play Store, Google Play Protect may flag it as "Unknown". As an open-source project, you can always audit the source code yourself or build the APK from source to ensure total transparency.
DTerminal extends standard shell capabilities with a built-in suite of specialized utility subsystems:
| Command | Usage | Description |
|---|---|---|
| help | help | Show this command list documentation |
| about | about | Display app and developer info |
| clear / cls | clear / cls | Clear all terminal console logs |
| sysinfo | sysinfo | Advanced hardware & OS details |
| uptime | uptime | Show system boot duration |
| datetime | datetime | Display current date & time |
| sudo | sudo [cmd] | Simulate root privilege command execution |
| Command | Usage | Description |
|---|---|---|
| font | font [size] | Set terminal font size (5-25) |
| font def | font def | Reset font size to default (11) |
| color1 | color1 [r g b] | Set Normal text color using RGB values |
| color1 def | color1 def | Reset Normal text color to default |
| color2 | color2 [r g b] | Set Error text color using RGB values |
| color2 def | color2 def | Reset Error text color to default |
| color3 | color3 [r g b] | Set Info text color using RGB values |
| color3 def | color3 def | Reset Info text color to default |
| Command | Usage | Description |
|---|---|---|
| random | random [a] [b] | Generate number between a and b |
| uuid | uuid | Generate a random UUID v4 string |
| length | length [text] | Count characters in a string |
| case | case [up/low] [text] | Convert text to upper/lowercase |
| wordcount | wordcount [text] | Count words in the given text |
| sort | sort [word1] [word2] ... | Sort list of words alphabetically |
| shuffle | shuffle [word1] [word2] ... | Randomly shuffle list of words |
| reverse | reverse [text] | Reverse character order of text |
| palindrome | palindrome [text] | Check if text is a palindrome |
| regex | regex [pattern] [text] | Find regex matches within text |
| Command | Usage | Description |
|---|---|---|
| base64 | base64 [enc/dec] [text] | Encode or decode Base64 strings |
| hash | hash [algo] [text] | Generate md5, sha1, sha256 checksums |
| url | url [enc/dec] [text] | Encode or decode URL components |
| rot13 | rot13 [text] | Apply ROT13 cipher to text |
| morse | morse [enc/dec] [text] | Encode or decode Morse code |
| binary | binary [enc/dec] [text] | Convert text to/from binary stream |
| hex | hex [enc/dec] [text] | Convert text to/from hex string |
| ascii | ascii [single char] | Get decimal ASCII code of a char |
| Command | Usage | Description |
|---|---|---|
| pass | pass [length] | Generate secure random password |
| json | json [validate/format] [txt] | Validate or pretty-print JSON strings |
| Command | Usage | Description |
|---|---|---|
| py | Line-1 execution trigger | Switch execution engine block to interactive Python mode |
| python | python [file_path] [args...] | Execute a local script from storage with CLI args & quotes |
| pip install | pip install [package] | Download & install a Pure Python package from PyPI |
| pip uninstall | pip uninstall [package] | Completely remove an installed package from runtime environment |
| pip list | pip list | List all user-installed Python packages |
Contributions make the open-source community an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
Have questions or need help? Feel free to reach out:
If you find this project helpful, please give it a ⭐
You can also support the development by buying me a coffee:
Distributed under the GPL-3.0 License. See LICENSE for more information.
| Back | FazBrowse Home | New Git URL |