Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Describe the goals that the pull request accomplishes.
There is a related project called qwqfetch, aiming to provide system information without other dependencies like bash (which means a tedious POSIX environment under windows).
This PR provide some interface to call it.
Relevant Links
If there are related issues, please link them here.
Please also include links relevant to the changes.
Currently, there are no progress about the update of qwqfetch like make it package (it does not provide interface to interact with python, and wrap python scripts with python is really hacky), so you may checkout my fork: https://github.com/nexplorer-3e/qwqfetch
e.g. For new distros, include a link to the distro's official website, download link, or development repository.
Screenshots
If applicable, please include screenshots before and after your changes.
Screenshots can be found in telegram group
Additional context
Add any other context about the problem or changes here.
As the author of qwqfetch has no time to maintain the little package, integrate it into hyfetch as a module instead of treat it as independent python package for getting system info may be better.