Pietrob5 / Password-Manager

A simple password manager that uses encription with python
1 stars 3 forks source link

Add files via upload #10

Closed kun4LGit closed 2 months ago

kun4LGit commented 2 months ago

I have increased the height (3) of buttons but dont know which looks good you can change it to previous height (2) also and it will still fit without problem. See image for example.

Button Fix

kun4LGit commented 2 months ago

Actually I didn'e evev tought about making the buttons taller, I just made them wider which ruined the view. I tied to add an icon but I failed, so if yours york it's super cool

You have to set proper limit to the text wrap so the F key comes on next line as you can see it will fit even on previous size. You can download any icon i just took from google fonts to put it as a place holder for time being :)

Pietrob5 commented 2 months ago

You can download any icon i just took from google fonts to put it as a place holder for time being :)

the problem with the icon is that you have to add the path to the image, so adding file = r'../Password-Manager/icon.png' will work only for those who clone the repository. I'll try to handle the error when it doesn't find the images so that the program doesn't crash. -- I fixed it with try: except:

kun4LGit commented 2 months ago

You can download any icon i just took from google fonts to put it as a place holder for time being :)

the problem with the icon is that you have to add the path to the image, so adding file = r'../Password-Manager/icon.png' will work only for those who clone the repository. I'll try to handle the error when it doesn't find the images so that the program doesn't crash. -- I fixed it with try: except:

Oh i use some CLI tool to make app exe and i had similar problem about what you are trying to say i just zippped and had icon file in it. But later i found this GUI version dont know if you are using this to make exe but in this you can add files also i think even have a db file already present. You can also have main exe icon with your selected logo. https://pypi.org/project/auto-py-to-exe/

Pietrob5 commented 2 months ago

As I wrote in the README.md I used pyinstaller to generate .exe. I'll look also your suggestion