mathoudebine / mathoudebine/turing-smart-screen-python
Automatically fill in device models
Nobody has claimed this yet.
- Dominant language
- Rich Text Format
- Stars
- 2.3k
- Forks
- 412
- Avg merge
- 21h 10m
- Merged PRs (30d)
- 7
Description
Describe the feature / solution to your problem you'd like
During starting of the application one can see that device models are recognized.
It would be really nice to make it possible to use some kind of template to auto populate themes.
Environment:
mainbranch- Windows 11
- Python 3.11.5
- AMD CPU, NVIDIA GPU
Additional context
Example of starting information:
11/10/2023 12:01:12 [DEBUG] Found LibreHardwareMonitorLib 0.9.2.0
11/10/2023 12:01:14 [INFO] Found CPU: AMD Ryzen 7 5800X3D
11/10/2023 12:01:14 [INFO] Found Memory: Generic Memory
11/10/2023 12:01:14 [INFO] Found Nvidia GPU: NVIDIA GeForce RTX 3070
In yaml it could become something like {{ HardwareType.Memory }}
Theoretically, I can look into adding such functionality if I'll have enough time.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing application startup where device models are recognized and how theme YAML is loaded. Define the supported template syntax and identify how detected CPU, memory, and GPU values would flow into themes; done means a documented, working way to populate those fields automatically.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100