https://github.com/aidensorabji/system-info-py3
A cool little python script that can read your system, and network and give that info to you; using the API's Platform, and psutil
https://github.com/aidensorabji/system-info-py3
linux macos python python3 terminal windows
Last synced: 3 months ago
JSON representation
A cool little python script that can read your system, and network and give that info to you; using the API's Platform, and psutil
- Host: GitHub
- URL: https://github.com/aidensorabji/system-info-py3
- Owner: AidenSorabji
- License: cc0-1.0
- Created: 2022-02-09T19:11:48.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-06-04T16:26:06.000Z (about 2 years ago)
- Last Synced: 2025-01-24T16:13:37.505Z (over 1 year ago)
- Topics: linux, macos, python, python3, terminal, windows
- Language: Python
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# System-Info - Py3
A cool little python script that can read your system, and network and give that info to you.
# Compatability
This python code works, and works only with python 3 - was tested on python 3.10, so not sure if it will work with earlier versions.
# Commands
`sys` - Tells you your system (ex. Darwin)
`net` - Tells you your computers network name
`platform` - Tells you your platform (ex. windows, macos, linux)
`machine` - Tells you your arch (x86)
`win_ed` - Tells you your windows edition (ex. enterprise)
And more! - If you want to see other commands, you can now type `cmds` to see the other commands you can do.
# Help
If you are encountering issues, please try to following:
- **Re-download the code**
- **Make sure your on the right version of python**
- **Make sure your using a proper IDE**
- ~One of the causes of the python script not working or not working *properly* is if you are running the script in terminal. If you are running it in terminal, the python code will not work (for some reason lmao).~
**You can now use it in terminal lmao, just type the following command (for macOS users only)** `python3 *directory of py file*`
# Credit
Please, when modifying this code, or uploading this code, or doing anything else with this code, give me credit, thanks!