Easywifi: Command Line Tool to Scan / Connect WIFI Networks

Last updated: December 30, 2019

gnome shell

Easywifi is a new command line tool make it easy to scan, connect, and manager WIFI networks in Ubuntu.

Easywifi is simply a script written with Python and based on nmcli tool. It offers an menu in the terminal output. All you need to do is type number or name to do what you want to do.

The tool so far supports:

  • Scan for wifi networks
  • List network devices
  • List saved network profiles
  • Connect to saved networks
  • Setup new networks
  • Creation of hotspots

Download Easywifi:

You can download the script by going to the previous link and clicking on the ‘Clone or download’ button.

Or in command line console, grab the source via command:

git clone https://github.com/NoahCristino/easywifi.git

Then navigate to the source folder. Simply run below command in terminal if you downloaded via the previous git command:

cd easywifi

Finally run Easywifi via command:

python3 easywifi.py

Enjoy!

Twitter

I'm a freelance blogger who started using Ubuntu in 2007 and wishes to share my experiences and some useful tips with Ubuntu beginners and lovers. Please comment to let me know if the tutorial is outdated! And, notify me if you find any typo/grammar/language mistakes. English is not my native language. Contact me via ubuntuhandbook1@gmail.com Buy me a coffee: https://ko-fi.com/ubuntuhandbook1

One response to Easywifi: Command Line Tool to Scan / Connect WIFI Networks

  1. Great article! Thanks for the review of my program.