Skip to content

Commit 036f46d

Browse files
authored
Update README.md
Some typos and cosmetics.
1 parent 297269d commit 036f46d

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
![Code correctness](https://github.com/AnonymousX86/Python-Password/workflows/Code%20correctness/badge.svg)
44

5-
**This project is my first desktop app - password manager. It's made with Python 3.7 and material design standard.**
5+
**This project is my first desktop app - password manager. It's made with Python 3.7 and [material design standard](https://material.io/).**
66

7-
### What's the program about?
7+
## What's the program about?
88

99
Python Password is intended to safely store passwords. They are encrypted with two master passwords and saved locally.
1010
Master passwords could be randomly generated or set by user, so you can re-create them when they're gone for some reasons
@@ -26,14 +26,14 @@ Main screen of program is passwords menu. From here you can:
2626
- copy passwords,
2727
- delete passwords.
2828

29-
On the left side there will be displayed list of saved passwords. Ypu can click on specific password to see context
29+
On the left side there will be displayed list of saved passwords. You can click on specific password to see context
3030
menu wth 3 options; "copy", "delete" and "nothing".
3131

3232
On the right side there are 4 sections.
3333

3434
1. **Adding password** - to add password, simply enter it's alias and password itself. Then click button to add it.
3535
2. **Removing password** - you can delete password also from here. Simply provide it's alias and click button.
36-
3. **Info** -hHere you can see how many passwords there are in database.
36+
3. **Info** - here you can see how many passwords there are in database.
3737
4. **Refresh** - click this button to refresh view, and fetch passwords from local database.
3838

3939

@@ -44,8 +44,8 @@ In this menu, you can:
4444
- change alpha password,
4545
- change beta password.
4646

47-
You can see
48-
[in `FAQ.md`](https://github.com/AnonymousX86/Python-Password/blob/master/docs/FAQ.md#what-are-alpha-and-beta-passwords)
47+
You can see in
48+
[`FAQ.md`](https://github.com/AnonymousX86/Python-Password/blob/master/docs/FAQ.md#what-are-alpha-and-beta-passwords)
4949
how do they work.
5050

5151
![Settings with side menu](https://github.com/AnonymousX86/Python-Password/blob/master/docs/screenshots/Settings%20with%20side%20menu.png)
@@ -60,7 +60,7 @@ On the right side you can see (of course clickable) links.
6060

6161
## How to start using?
6262

63-
For download please look at [releases section](https://github.com/AnonymousX86/Python-Password/releases).
63+
For download please look at [latest release](https://github.com/AnonymousX86/Python-Password/releases/latest).
6464

6565
![Context](https://github.com/AnonymousX86/Python-Password/blob/master/docs/screenshots/Context.png)
6666

@@ -84,5 +84,5 @@ For download please look at [releases section](https://github.com/AnonymousX86/P
8484

8585
---
8686

87-
*If you want to help me improve this program, (report issues etc.) or just talk, please contact me via
88-
Discord: `Anonymous©#7296`, or use [GitHub issues](https://github.com/AnonymousX86/Python-Password/issues).*
87+
**If you want to help me improve this program, (report issues etc.) or just talk, please contact me via
88+
Discord: `Anonymous©#7296`, or use [GitHub issues](https://github.com/AnonymousX86/Python-Password/issues).**

0 commit comments

Comments
 (0)