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-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/a61315a8-a972-445f-8090-fb885c95be77o%40googlegroups.com.

Reply via email to