Skip to content

Latest commit

 

History

History
57 lines (33 loc) · 1.58 KB

README.md

File metadata and controls

57 lines (33 loc) · 1.58 KB

Easy-Send-Email

A python based email client(CLI & GUI) for sending secure emails.

Installation

pip3 install --user pyqt5

Usage:

For Windows Open Windows Exe File and run the exe file.

NOTE: No need to install any python packages for running .exe file.

For Linux

pip3 install -r requirements.txt

python3 test.py

How to contribute

First you need to make a "fork" from this repository, this is necessary because you can't change this repository directly.

  1. On Github, navigate to abhishekraj272/Easy-Send-Email

  2. In the top-right corner of the page, click Fork.

repository

When you've finished your forking you'll be redirected to the page of your fork. Then you update your contribution and create a new pull request. All pull request and contribution are welcome.

Notice below the name of the repository that it is a "fork" of another.

Making your change

  1. Set up Git If you don't have git installed you have to install it, here a good tutorial to do it: Installing git

  2. To make a change you need to clone your repository, to clone your repository click on the button, Clone or download

clone

  1. Click on the icon clipboard to copy the url.

  2. Open a terminal and type:

$ git clone https://github.com/USERNAME/Easy-Send-Email
  1. Go to the directory where you've cloned the repo and starting making your contribution.