You can use any of those tools to get a GUI looking exactly as you want 
(buttons, colors etc.) - a web "GUI" is not really that different from any 
others, and desktop GUIs have been around for a long time. Again, I don't 
think Django is a good fit for the use case you have described (but not 
because of the GUI aspect).

On Wednesday, 8 July 2020 13:59:46 UTC+2, kishore wrote:
>
> Hi Derek,
>
> thanks a lot for the suggestion, but i would not get good GUI in terms of 
> theme, buttons, and give the colors for specific verdicts. 
> and in future i might have to leverage the things in front GUI that i am 
> going develop for existing TCL framework. 
>
> apart from this any other suggestion would help me great, 
>
> THanks,
> Kishore. 
>  
>
> On Tue, Jul 7, 2020 at 9:00 PM Derek <game...@gmail.com <javascript:>> 
> wrote:
>
>> You are better off using Django for what is it designed for - web-based 
>> systems - and rather use other Python alternatives for desktop-based GUIs 
>> e.g. pyQT
>> (see various resources such as 
>> https://blog.resellerclub.com/the-6-best-python-gui-frameworks-for-developers/
>>  )
>>
>> On Tuesday, 7 July 2020 14:37:24 UTC+2, kishore babu wrote:
>>>
>>> Hi, 
>>>
>>> I have TCL frame work with me, we keep on using it for our activities 
>>> currently, its CLI based and running in laptop in cmd windows
>>>  
>>> We used to open two config files and start the cli command for the 
>>> execution, but i see few mistakes and more man power is required where no 
>>> documentation needed 
>>> to give strength for my TCL frame work[in fact to my team] i thought i 
>>> can develop GUI frond end tool 
>>>
>>> *mainly 6 requirements*
>>> 1. giving few IP address, selecting the tool names, time values will be 
>>> stored in the test_configuration.cfg  
>>> 2. select the test case from search engine fetching  from TCL frame work 
>>> store it in the test_cases.cfg 
>>> 3. once the above configs done then from GUI will initiate the run 
>>> command 
>>> 4. then we shall have to monitor the execution from frame work 
>>> 5. saving the logs and opening execution report, 
>>> 6. if the test case FAIL then it should be seen on GUI RED colored if 
>>> PASSED - should be see in Green color. 
>>>
>>> here i came to ask can the Django will give me GUI front end for my TCL 
>>> frame work... rather than web based interface. 
>>>
>>> If yes where i can start, 
>>>
>>> ***i am sorry i shouldn't mentioned the frame work name or the command 
>>> to run in open forums as its proprietary tool.***
>>>
>>> Thanks,
>>> Kishore.
>>>
>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "Django users" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to django...@googlegroups.com <javascript:>.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/django-users/a61315a8-a972-445f-8090-fb885c95be77o%40googlegroups.com
>>  
>> <https://groups.google.com/d/msgid/django-users/a61315a8-a972-445f-8090-fb885c95be77o%40googlegroups.com?utm_medium=email&utm_source=footer>
>> .
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/0d1aaa50-deb1-4d91-ad6f-156f88fc4416o%40googlegroups.com.

Reply via email to