File tree 1 file changed +12
-0
lines changed
1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ Welcome to the Password Manager project! This tool is designed to help you secur
8
8
- [ Installation] ( #installation )
9
9
- [ Screenshot] ( #screenshot )
10
10
- [ Usage] ( #usage )
11
+ - [ Testing] ( #testing )
11
12
- [ Contributing] ( #contributing )
12
13
- [ License] ( #license )
13
14
- [ Disclaimer] ( #disclaimer )
@@ -55,6 +56,17 @@ This is a simple demo and a screenshot of this tool
55
56
- Enter the website, username, and password when prompted.
56
57
4 . View saved passwords or generate a new password as needed.
57
58
59
+ ## Testing
60
+
61
+ ### Windows
62
+ - Windows supports the command-line interface (CLI) with basic functionality, including color outputs (green text).
63
+ - Make sure you use ` python ` or ` python3 ` to run the application in Command Prompt or PowerShell.
64
+
65
+ ### Linux/macOS
66
+ - On Linux and macOS, you may need to use ` python3 ` instead of ` python ` to run the application.
67
+ - Terminal environments on Linux/macOS support ANSI escape codes, so the green text should work without issue.
68
+
69
+
58
70
## Contributing
59
71
60
72
Contributions are welcome! If you'd like to contribute to this project, please fork the repository and submit a pull request with your changes.
You can’t perform that action at this time.
0 commit comments