Termux Weather is a simple weather tool that allows you to check weather forecasts from the Termux terminal. It provides different options to view weather information in a column or bar-graph format, making it a fun and beginner-friendly Python tool. You can easily install and use Termux Weather in Termux using a few simple commands.
Here’s what you can do with Termux Weather in Termux:
- Check weather forecasts.
- View weather in column format.
- View weather in bar-graph format.
- Search weather by city.
- Use a simple terminal-based interface.
- Run a lightweight Python weather tool.
Install Termux Weather Tool
Below are the simple commands to install the Termux Weather tool in Termux. Copy and run each command one by one to install the tool.
Install Git and Python.
pkg install git python -yClone the Termux Weather repository.
git clone https://github.com/HackerSM9/Termux-WeatherMove into the project directory and run the setup file.
cd Termux-Weather && python3 setup.pyTermux Weather is now installed and ready to use.
Use Termux Weather Tool
Run the Termux Weather Tool.
python main.pyThe tool will display the following menu:
1) Weather in Column
2) Weather in Bar-Graph
3) Weather in State (Coming Soon)
4) About
5) Upgrade
00) EXIT
Enter your Choice:
Enter the number of your preferred option.
For example, enter:
1
After choosing a weather option, the tool will ask for a city.
City to find Weather Forecast:
Enter the city name.
London
You can use the column or bar-graph option to view the weather information in your preferred format and the tool will then display the weather forecast for the selected city in the chosen format.
