Create a new GUI using Flet, which looks good, is fully equipped with all necessary tools, and is very easy to use within a Python OOP workflow.
The tabs below represent an efficient workflow for moving systematically from unknown words --> complete database entries.
Pass1Auto
- Analyse a text and find all missing words
- Create prompts based on similar matches in the database
- Save results for later processing
Pass1Add
- Data entry based on results of Pass1Auto
- Add manual sandhi, variants and spelling mistakes
- Run database tests on all new entries
Pass2Pre
- Match words in text to dictionary entries
- See all sentence examples with highlighted word
- Yes, No, Pass
Pass2Auto
- Use sentence data from Pass2Pre
- Create prompts based on detailed entries from the database
- Save results for later processing
Pass2Add
- Complete interface for data entry
- Add words based on Pass2Auto results
- Every field has auto-complete logic
- Full suite of tests
Create a new GUI using Flet, which looks good, is fully equipped with all necessary tools, and is very easy to use within a Python OOP workflow.
The tabs below represent an efficient workflow for moving systematically from unknown words --> complete database entries.
Pass1Auto
Pass1Add
Pass2Pre
Pass2Auto
Pass2Add