Hello. 😊
I tried version 0.3.3 Alpha. I'm afraid it leaves much to be desired, not just for the end user, but also for testers who need to repeatedly uninstall and reinstall it on a clean environment while it is in Alpha or Beta stages. Here are the areas in which you can improve.
- Installation: Version 0.3.3 has no installation stage. It just copies itself in `%AppData% and installs no Start Menu shortcuts. You could use Inno Setup to quickly build an installer that installs the app in Program Files, which has strong anti-malware protection and makes the app accessible to everyone user account on the PC. (Developers like me sometimes have three user accounts.)
- Onboarding: The app requires a one-time acquisition of an AI module, which is 1.78 GB. However, the app should allow the user to import this file. For a tester like me, it means I can quickly test the app even if I'm on the move and my Wi-Fi connectivity is funny. For end-users, it means the privacy that you promise them. What better proof of privacy than the app completely working offline?
Invocation: In version 0.3.3, the invocation key is Ctrl+Alt. This means I'll have problems testing the app inside virtual machines, which reserve Ctrl+Alt for transferring mouse and keyboard control to that the of the host OS. Perhaps you could add an icon to the notification area (also known as system tray) to invoke the app via mouse only?
- Never mind. I found the tray icon.
- Build instructions: Unfortunately, I don't know how to build a Python app from its source code. Would you please some build instructions?
As I've told you before, I have problems running v0.3.3. After downloading the AI file, I see this:
Here is what err.exe saya about it:
# for hex 0xc000001d / decimal -1073741795
# as an HRESULT: Severity: FAILURE (1), FACILITY_NULL (0x0), Code 0x1d
# for hex 0x1d / decimal 29
ERROR_WRITE_FAULT winerror.h
# The system cannot write to the specified device.
I'm trying to figure out what's the problem.
I know all of the above is a lot. And I mean A LOT! Please take your time re-reading and asking for clarification. I'll spare what amount of time I can.
Hello. 😊
I tried version 0.3.3 Alpha. I'm afraid it leaves much to be desired, not just for the end user, but also for testers who need to repeatedly uninstall and reinstall it on a clean environment while it is in Alpha or Beta stages. Here are the areas in which you can improve.
Invocation: In version 0.3.3, the invocation key is Ctrl+Alt. This means I'll have problems testing the app inside virtual machines, which reserve Ctrl+Alt for transferring mouse and keyboard control to that the of the host OS. Perhaps you could add an icon to the notification area (also known as system tray) to invoke the app via mouse only?As I've told you before, I have problems running v0.3.3. After downloading the AI file, I see this:
Here is what
err.exesaya about it:I'm trying to figure out what's the problem.
I know all of the above is a lot. And I mean A LOT! Please take your time re-reading and asking for clarification. I'll spare what amount of time I can.