Tell-me-more Code
A command line tool that provides information about linux user and the
Brought to you by:
trishnag
File | Date | Author | Commit |
---|---|---|---|
LICENSE | 2015-09-10 |
![]() |
[ea525a] MIT License |
README.md | 2015-09-11 |
![]() |
[ff769f] Some edit for argument changes |
howitworks.txt | 2015-09-11 |
![]() |
[1812cb] Changing -wa to -i |
main.py | 2015-09-11 |
![]() |
[1812cb] Changing -wa to -i |
A command line tool written in Python3 provides information about the linux user and the system.
The tool displays the users of the system, the current user who is logged in the system, and the memory information.
To run the tool follow the steps
git clone https://github.com/trishnaguha/Tell-me-more.git
python3 main.py
with arguments.
python3 main.py -h
for help
Visit howitworks.txt
for demonstration.