Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Added testing on different operating systems
  • Loading branch information
Mmabiaa authored Jan 1, 2025
1 parent b5d0a6b commit 5c1ece6
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Welcome to the Password Manager project! This tool is designed to help you secur
- [Installation](#installation)
- [Screenshot](#screenshot)
- [Usage](#usage)
- [Testing](#testing)
- [Contributing](#contributing)
- [License](#license)
- [Disclaimer](#disclaimer)
Expand Down Expand Up @@ -55,6 +56,17 @@ This is a simple demo and a screenshot of this tool
- Enter the website, username, and password when prompted.
4. View saved passwords or generate a new password as needed.

## Testing

### Windows
- Windows supports the command-line interface (CLI) with basic functionality, including color outputs (green text).
- Make sure you use `python` or `python3` to run the application in Command Prompt or PowerShell.

### Linux/macOS
- On Linux and macOS, you may need to use `python3` instead of `python` to run the application.
- Terminal environments on Linux/macOS support ANSI escape codes, so the green text should work without issue.


## Contributing

Contributions are welcome! If you'd like to contribute to this project, please fork the repository and submit a pull request with your changes.
Expand Down

0 comments on commit 5c1ece6

Please sign in to comment.