Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 989 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 989 Bytes

Simple-Python-Tools

Python Toolset

Build Status Codacy Badge

Requeriments

Simple Python Tools is compatible with Python 2 and Python 3. The support for Python 2 will be deprecated in future releases and it is recommendable migrate to Python 3.

Python 2

  • Install last version of Python 2
  • Install ipaddress Python library
    • pip install ipaddress

Python 3

  • Install last version of Python 3

Tools Available

Common Module

  • function cleanScreen
  • function askFor
  • function pressKey
  • function countLines
  • class bcolors

Ping Network Module

  • function pingNetwork