GDSC-RCCIIT / General-Purpose-Scripts

A repository containing several general purpose Python scripts to automate daily and common tasks.
GNU General Public License v3.0
49 stars 116 forks source link

Steganography #295

Closed Akash-Raj-ST closed 3 years ago

Akash-Raj-ST commented 3 years ago

Description

Steganography using Python made from scratch

Type of change

Has This Been Tested?

Checklist:

MrRobot3301 commented 3 years ago

i am also getting the same issue as ' Lint/built /(pull_request). if you find the solution please let me know.

Akash-Raj-ST commented 3 years ago

i am also getting the same issue as ' Lint/built /(pull_request). if you find the solution please let me know.

Yea sure

Akash-Raj-ST commented 3 years ago

Kindly Review

MokshitSurana commented 3 years ago

i am also getting the same issue as ' Lint/built /(pull_request). if you find the solution please let me know.

download black in your PC using pip install black, then open a terminal where your script is present and now type: black yourscriptname.py

Akash-Raj-ST commented 3 years ago

Ok working towards it