An open API service indexing awesome lists of open source software.

https://github.com/rdch106/simplepythontools

Python Toolset
https://github.com/rdch106/simplepythontools

python-2 python-3 python-toolset

Last synced: 11 months ago
JSON representation

Python Toolset

Awesome Lists containing this project

README

          

# Simple-Python-Tools
Python Toolset

[![Build Status](https://travis-ci.org/RDCH106/SimplePythonTools.svg?branch=master)](https://travis-ci.org/RDCH106/SimplePythonTools)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/0de7fa652b1843ed85f2a1bc9d414b7f)](https://www.codacy.com/app/RDCH106/SimplePythonTools?utm_source=github.com&utm_medium=referral&utm_content=RDCH106/SimplePythonTools&utm_campaign=Badge_Grade)

## 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