mathoudebine / mathoudebine/turing-smart-screen-python

Automatically fill in device models

Open
#356 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
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:

  • main branch
  • 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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.