Suggestions Front tool

28 views
Skip to first unread message

kishore babu

unread,
Jul 7, 2020, 8:37:24 AM7/7/20
to Django users
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.

Derek

unread,
Jul 7, 2020, 11:29:14 AM7/7/20
to Django users
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

kishore

unread,
Jul 8, 2020, 7:59:46 AM7/8/20
to django...@googlegroups.com
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. 
 

--
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...@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.

Derek

unread,
Jul 9, 2020, 2:18:02 AM7/9/20
to Django users
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).
To unsubscribe from this group and stop receiving emails from it, send an email to django...@googlegroups.com.
Reply all
Reply to author
Forward
0 new messages