Metadata-Version: 2.3
Name: devicesinlan
Version: 2.0.2
Summary: Find devices in a LAN and allows to make a list of known devices in order to detect not allowed ones
License: GPL-3.0-or-later
Author: turulomio
Author-email: turulomio@yahoo.es
Requires-Python: >=3.10,<4
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: PyQt6 (>=6.10.0)
Requires-Dist: colorama (>=0.4.6)
Requires-Dist: pydicts (>=1.1.0)
Requires-Dist: scapy (>=2.6.1)
Requires-Dist: tqdm (>=4.67.1)
Description-Content-Type: text/markdown

# DevicesInLan [![PyPI - Downloads](https://img.shields.io/pypi/dm/devicesinlan?label=Pypi%20downloads)](https://pypi.org/project/devicesinlan/) [![Github - Downloads](https://shields.io/github/downloads/turulomio/devicesinlan/total?label=Github%20downloads )](https://github.com/turulomio/devicesinlan/)

Snapshots
=========

![Snapshot](https://raw.githubusercontent.com/turulomio/devicesinlan/qt5/doc/devicesinlan_snapshots_01.png)

Links
=====
  
Project web page:
  * https://github.com/turulomio/devicesinlan/

App statistics
  * https://devicesinlan.sourceforge.net/php/devicesinlan_statistics.php

Install in Linux
================
If you use Gentoo you can find a ebuild in https://github.com/turulomio/myportage/tree/master/net-analyzer/devicesinlan

If you use other distribution compatible con pip: `pip install devicesinlan`

Install in Windows as a python module
=====================================
You need to install Python from https://www.python.org and add it to the PATH

You must open a console with Administrator privileges and type:

`pip install devicesinlan`

If you want to create a Desktop shortcut to launch Xulpymoney you must write in a console:

`devicesinlan_shortcut.exe`

- Fix remote version bug
