Description: The App opens whatsapp web and allows you to send messages to a person without saving their number.
- Download and then run exe file from releases.
- Enter the number you want to send message to.
- WhatsApp web will open in your default browser or WhatsApp application.
- Clone the repository.
- Install the requirements using
pip install -r requirements.txt
- Run
pyinstaller -F src/WhatsApp_QuickSend.py
to build the exe file. - The exe file will be in the dist folder.
- You can also run the python file directly using
python src/WhatsApp_QuickSend.py