Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdulConsole committed Jan 9, 2024
1 parent f01f0dc commit 4e3bfbc
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
# Sad-Fi
# sadfi

### (SADSEC Wi-Fi)

Sad-Fi is a Python package that allows access to the last Wi-Fi scan information on Termux using the `termux-wifi-scaninfo` command. It provides a simple command-line interface to display Wi-Fi scan results in a tabular format.
sadfi is a Python package that allows access to the last Wi-Fi scan information on Termux using the `termux-wifi-scaninfo` command. It provides a simple command-line interface to display Wi-Fi scan results in a tabular format.

## Installation

You can install Sad-Fi using `pip`:
You can install sadfi using `pip`:

```bash
pip install sad-Fi
pip install sadfi

```

**More:** Ensure that you have the `termux-wifi-scaninfo` command available on your Termux environment.

## Usage

After installation, you can use Sad-Fi by running the following command:
After installation, you can use sadfi by running the following command:

```bash
sad-Fi
sadfi
```

This will display a table with information about the last Wi-Fi scan.
Expand All @@ -42,8 +42,8 @@ This SadSec tool allows access to all last Wi-Fi scan information.

## Contributing

If you would like to contribute to Sad-Fi, feel free to open an issue or submit a pull request on the [GitHub repository](https://github.com/SaDs3c/Sad-Fi)
If you would like to contribute to sadfi, feel free to open an issue or submit a pull request on the [GitHub repository](https://github.com/SaDs3c/sadfi)

## License

This project is licensed under the [MIT License](https://github.com/SaDs3c/Sad-Fi/blob/main/LICENSE) - see the LICENSE file for details.
This project is licensed under the [MIT License](https://github.com/SaDs3c/sadfi/blob/main/LICENSE) - see the LICENSE file for details.

0 comments on commit 4e3bfbc

Please sign in to comment.