Skip to content

cdyangzhenyu/aw-menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Awcloud menu

This tool is used to perform setup of network interfaces. The framework is extensible.

Plugin guidelines:

Create a python class with a filename matching the class: class foo(urwid.Widget) and foo.py

Place this file in the Menu modules folder.

Plugin class should define the following functions: __init__(self, parent) check(self, args) apply(self, args) save(self) #Still need to complete load(self) #Still need to complete screenUI(self)

screenUI should use urwidwrapper class to define and set up all UI elements Note that you need to specify a function for buttons and radio button groups for them to work properly. Check and Apply buttons should point to check and apply functions, respectively.

Install

python setup.py install

awmenu

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages