https://github.com/haithamaouati/phoenix
Get the temperature of the device battery.
https://github.com/haithamaouati/phoenix
bash bash-script bash-scripting bash-scripts phoenix temperature termux termux-api termux-environment termux-recommended-for-android termux-tool termux-tools
Last synced: about 18 hours ago
JSON representation
Get the temperature of the device battery.
- Host: GitHub
- URL: https://github.com/haithamaouati/phoenix
- Owner: haithamaouati
- License: wtfpl
- Created: 2025-06-06T10:24:26.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-06-06T10:51:00.000Z (11 months ago)
- Last Synced: 2025-07-02T05:04:31.921Z (10 months ago)
- Topics: bash, bash-script, bash-scripting, bash-scripts, phoenix, temperature, termux, termux-api, termux-environment, termux-recommended-for-android, termux-tool, termux-tools
- Language: Shell
- Homepage:
- Size: 179 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Phoenix 🐦🔥
Get the temperature of the device battery.
## Preview

## Install
To use the Phoenix script, follow these steps:
1. Clone the repository:
```
git clone https://github.com/haithamaouati/Phoenix.git
```
2. Change to the Phoenix directory:
```
cd Phoenix
```
3. Change the file modes
```
chmod +x phoenix.sh
```
5. Run the script:
```
./phoenix.sh
```
## Usage
Usage: `./phoenix.sh` `[options]`
##### Options:
`-c`, `--celsius` Show temperature in Celsius _(default if no option)_
`-f`, `--fahrenheit` Show temperature in Fahrenheit
`-c` `-f` Show both Celsius and Fahrenheit
`-h`, `--help` Show this help message
## Dependencies
The script requires the following dependencies:
- **termux-api**: `pkg install termux-api - y`
- **jq**: `pkg install jq -y`
- **bc**: `pkg install bc -y`
## Environment
- Tested on [Termux](https://termux.dev/en/)
## Disclaimer
> [!WARNING]
> We are not responsible for any misuse or damage caused by this program. use this tool at your own risk!
## License
Madara is licensed under [WTFPL](LICENSE).