Metadata-Version: 2.1
Name: py-common-fetch
Version: 0.301
Summary: A really simple to use Python fetch screen
Home-page: https://github.com/bygregonline/py-common-fetch
Author: Greg flores
Author-email: bygregonline@yahoo.com
License: MIT
Keywords: noefetch common information welcome screen
Platform: UNKNOWN
Description-Content-Type: text/markdown

# How to USE

```

from aniachi.systemUtils import Welcome as W
W.printWelcome()


```

Outoput


```
+------------------------------------------+
Aniachi Technologies.
Computer:             greg@MBP-de-gregorio
Script:               -m
Api version:          1013
Path:                 /usr/local/opt/python/bin/python3.6
Installed Packages:   263
Native Compiler:      GCC 4.2.1 Compatible Apple LLVM 9.1.0 (clang-902.0.39.1)
Architecture:         i386
Kernel:               x86_64  Darwin Kernel version 17.5.0
CPU Info:             Intel(R) Core(TM) i7-7820HQ CPU @ 2.90GHz
Screen resolution:    Not implemented yet....
Python Version:       3.6.5
Processors:           4
Terminal:             Terminal not found
User:                 greg
Current process:      7062
Code version:         beta
Total Memory:         16.00 GiB
Available Memory:     7.83 GiB
Free Memory:          7.50 GiB
Used Memory:          6.49 GiB
Active Memory:        3.27 GiB
Inactive Memory:      337.71 MiB
Wired Memory:         2.90 GiB
Current path:         /Users/greg/Downloads
Current date:         2018-05-11 09:16:12.382490
Elapsed time:         2.963524103164673
+------------------------------------------+


```

