DEV Community

Discussion on: J.A.R.V.I.S

Collapse
 
anonymoustechdeveloper profile image
AnonymousTechDeveloper

Sorry but in my case it's not working.
It's just showing a red, blank screen, here's the screenshot:

OS: Windows 10 (64-bit)
Python: 3.9.5
All Requierments: Satisfied

Collapse
 
anonymoustechdeveloper profile image
AnonymousTechDeveloper

I found the problem, I gone deep in the code, and found that it was very badly written, I don't blame you for that, it's cause it was written in Qt Designer, which is good, but it seems it was never meant for distribution. The file paths are fixed (like "E:..." rather than for it using the direct path instead like "UI\"), the size is fixed for 'YOUR MONITOR SIZE', making it unusable for smaller monitors and unsatisfying for larger monitors.
The whole problem lies in the 'JarvisUi.py' file.

Hope you improve it soon.

Collapse
 
bolisettysujith profile image
Bolisetty Sujith

Thanks for taking the time and suggesting changes to improve the project. As of now the project is in the developing stage, I built it focused on the specifications of my desktop(Dell G3) and the features are frequently improving, I will look into your problem and surely fix the issue soon.

If you are interested and want to test out, feel free to fix and send a PR, it will be very helpful.

Thanks, Happy coding : )

Thread Thread
 
anonymoustechdeveloper profile image
AnonymousTechDeveloper

I'm not an expert in python, being a teenager, yet still I managed to redesign the GUI in QtDesigner but even after that, it seems to be dead and not working. Thus I had to edit some codes and bypass the use of GUI and use console instead. It atleast could response, listen and work. That's the thing we can expect from an A.I.

Even after the these problems, the result is awesome and more than satisfying. I can understand how difficult and complicated it is to develop such projects, so I appreciate your work and thanks a lot for the response.

Happy Coding too ; )