Metadata-Version: 2.1
Name: vtoolscd
Version: 1.6
Summary: Manage vitual machines, getting some informations (eg. OS).
Home-page: https://github.com/CastellaniDavide/vtools
Author: CastellaniDavide
Author-email: help@castellanidavide.it
License: GNU
Platform: linux_distibution
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: tabular-log
Requires-Dist: requests
Requires-Dist: programGUI (>=1.4)

# vtools
[![GitHub license](https://img.shields.io/badge/license-GNU-green?style=flat)](https://github.com/CastellaniDavide/cpp-vtools/blob/master/LICENSE) ![Author](https://img.shields.io/badge/author-Castellani%20Davide-green?style=flat) ![Version](https://img.shields.io/badge/version-v01.06-blue?style=flat) ![Language Python](https://img.shields.io/badge/language-Python-yellowgreen?style=flat) ![sys.platform supported](https://img.shields.io/badge/OS%20platform%20supported-All-blue?style=flat) [![On GitHub](https://img.shields.io/badge/on%20GitHub-True-green?style=flat&logo=github)](https://github.com/CastellaniDavide/vtools) 

## Description
Manage vitual machines, getting some informations (eg. OS).

## Required
 - choco/ apt
 - virtualbox (C:\\Work\\* if you are on windows)

## Installation
![](https://dctacademy.com/wp-content/uploads/2016/12/install.jpeg)
 - choco (Windows) (as Administartor)
   - ```choco install vtools``` (Add ```-local``` if you want to install it only for the local user of the PC)
 - Ubuntu using apt:
    - ```sudo add-apt-repository ppa:castellanidavide/school -y; sudo apt update; sudo apt install vtools -y```

### Update
![](https://images.idgesg.net/images/article/2020/07/software_update_by_gocmen_gettyimages-1146311500_2400x1600-100852481-large.jpg)
  - Windows (using choco):
    - ```choco upgrade vtools```
  - Ubuntu using apt:
    - ```sudo apt update; sudo apt upgrade```

### Delate
![](http://cdn.onlinewebfonts.com/svg/img_105952.png)
  - Windows (using choco):
    - ```choco remove vtools```
  - Debian/ Ubuntu using apt:
    - ```sudo apt remove vtools```

## Directories structure
 - .gitignore
 - setup.py
 - .github
   - ISSUE_TEMPLATE
     - bug_report.md
     - feature-request.md
   - workflows
     - on-push.yml
     - on-release.yml
 - choco
   - ReadMe.md
   - set.txt
   - vtools.nuspec
   - tools
     - chocolateyinstall.ps1
     - chocolateyuninstall.ps1
     - LICENSE.txt
     - VERIFICATION.txt
 - debian
   - vtools.1
   - vtools.c
   - Makefile
   - requirements.in
   - debian
     - changelog
     - compat
     - control
     - copyright
     - postinst
     - postrm
     - preinst
     - rules
     - source
 - docs
   - LICENSE
   - logo.png
   - README.md
 - flussi (example output(s))
   - net.csv
   - OS.csv
 - log (example log(s))
   - trace.log
 - requirements
   - requirements.txt
 - vtools
   - \_\_init\_\_.py

### Execution examples  
 - vtools

### Output location
 - *.csv (if enabled) in the location where the code was lauched
 - *.log
   - C:/Program Files/vtools/* on Windows
   - ~/* on linux
   - current location (if you didn't lauch the code with the correct rights)

---
Made by Castellani Davide 
If you have any problem please contact me:
- help@castellanidavide.it
- [Issue](https://github.com/CastellaniDavide/vtools/issues)


