Skip to content

RDCH106/SimplePythonTools

Repository files navigation

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

Managers

  • JSON Manager