P2P App A simple python P2P app that allows users to deposit, send, transfer out and check their balance.
Requirements Python 3.x
Navigate to the repository bash cd p2p
Run the script python p2p.py
Follow the prompts to add users, deposit money, send money, transfer out money and check balance.
Testing Tests are implemented using the unittest module. To run the tests:
python -m unittest discover -v
Contributing Fork the repository Create a branch for your changes Commit and push your changes Create a pull request
License This project is licensed under the MIT License.