Metadata-Version: 2.1
Name: easyGPGTool
Version: 0.1
Summary: A GUI GPG tool application
Home-page: https://github.com/MehdiREXON/easyGPGTool
Author: Mehdi Ghazanfari
Author-email: mehdirexon@gmail.com
License: MIT
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.1
Classifier: Operating System :: POSIX :: Linux
Classifier: Topic :: Security :: Cryptography
Requires-Python: >=3.10
Description-Content-Type: text/x-rst
License-File: LICENSE

# 🔒 easyGPG 🔒
## Table of Contents

* [Introduction](#introduction)

* [Features](#features)

* [Recently changes](#recently-changes)

* [Requirements](#requirements)

* [How to use](#how-to-use)

* [Installation](#installation%EF%B8%8F)

* [Acknowledgements](#acknowledgements)

## Introduction👋

+ what is GPG?

GPG (GNU Privacy Guard) is a free and open-source tool for encrypting and signing data and communications. It uses public-key cryptography to ensure the security and privacy of your data. With GPG, you can encrypt your files and messages so that only the intended recipient can read them, and you can also digitally sign your messages to prove their authenticity.

+ what is easyGPG

easyGPG is a tool that allows you to work with GPG easily instead of using the original library. With two different versions available, you can choose the one that best fits your needs.
This GUI version helps you to get rid of typing codes and other stuff. So you can easily do whatever just with forms. 🎉

## Features💡
Why use easyGPG? 💻 

easyGPG makes it easy for anyone to use GPG for encryption and decryption without having to learn complex command-line codes. With its user-friendly interface, you can quickly and easily manage your keys and perform common tasks such as:

🔒 Encrypting your data to keep it safe from prying eyes

🔓 Decrypting your data quickly and easily whenever you need to access it

📤 Exporting your keys to a file for easy transfer between devices

📥 Importing keys from a file to quickly add them to your keychain

🔑 Generating a new key with just a few clicks or deleting an existing one if you no longer need it

📝 Keeping track of changes and updates with our detailed patch notes

🔍 Easily viewing all your keys in one place with our show keys feature

## Recently changes🆕

+ some bugs were fixed

## Requirements📦
Before running the application, make sure to install all required libraries by following the instructions in the Requirements.txt file included in the project.

## How to use📖
After installing the required packages, make sure to compile the project in order to start using GPG-GUI.

## Installation🛠️
### For Debian 
```
sudo apt update && sudo apt upgrade 
sudo apt install python3 && sudo apt install python3-pip 
pip3 install easyGPG
```
### For Fedora
```
sudo dnf update && sudo dnf upgrade 
sudo dnf install python3 && sudo dnf install python3-pip 
pip3 install easyGPG
```
### For Arch
```
sudo pacman -Syu
sudo pacman -S python python-pip
pip3 install easyGPG
```
### For MacOS
```
xcode-select --install
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew install python3
pip3 install easyGPG
```
### CentOS/RHEL
```
sudo yum update
sudo yum install python3 python3-pip
pip3 install easyGPG
```
### Gentoo
```
sudo emerge --sync && sudo emerge --update world 
sudo emerge --ask dev-lang/python dev-python/pip 
pip3 install easyGPG
```
### Slackware
```
slackpkg update && slackpkg upgrade-all 
slackpkg install python 
python -m ensurepip 
pip install --upgrade pip setuptools wheel 
pip install easyGPG
```
## Acknowledgements🙏
This README.md file was improved with the assistance of Bing. 😊
