-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
83bae0b
commit 41e5646
Showing
4 changed files
with
49 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,40 +1,40 @@ | ||
# PyStalk | ||
|
||
[![GitHub](https://img.shields.io/github/license/Cyb3r-Jak3/pystalk?style=flat)](https://github.com/Cyb3r-Jak3/PyStalk/blob/master/LICENSE) | ||
|
||
![Gitlab pipeline status (branch)](https://img.shields.io/gitlab/pipeline/Cyb3r-Jak3/pystalk/master?label=Build&style=flat) [![Test Coverage](https://api.codeclimate.com/v1/badges/896b338971314c13a56e/test_coverage)](https://codeclimate.com/github/Cyb3r-Jak3/PyStalk/test_coverage) | ||
|
||
## About | ||
|
||
PyStalk is a tool that can be used to generate graphs from the meta data of JPG and Tiff images. It currently creates graphs for gps coordinates and a pie chart for mode information. | ||
|
||
Examples photos from [ianare/exif-samples](https://github.com/ianare/exif-samples/tree/master/jpg/gps), [exiftool](https://owl.phy.queensu.ca/~phil/exiftool/sample_images.html), [drewmpales/metadata-extractor-images](https://github.com/drewnoakes/metadata-extractor-images). | ||
|
||
Please open issues on [GitLab](https://gitlab.com/Cyb3r-Jak3/PyStalk/issues) or if you do not have a GitLab account, send me an email and I will open an issue. | ||
|
||
All development is done on GitLab and pushed to GitHub. | ||
|
||
## How to use | ||
|
||
```bash | ||
git clone https://github.com/Cyb3r-Jak3/pystalk | ||
cd pystalk | ||
pip install -r requirements | ||
python PyStalk.py <Path to files> | ||
#i.e. python PyStalk.py tests/ExamplePhotos/ | ||
``` | ||
|
||
## TODO | ||
|
||
- Better web layout | ||
- Better sized graphs | ||
- Ability to choose the graphs used | ||
- Possible PyPi package (??) | ||
- Possible web scrapper for images | ||
- Or import from a current one | ||
|
||
## Disclaimer | ||
|
||
This is for educational/proof of concept purposes only. What you do with this program is **your** responsibility. | ||
|
||
[![DeepSource](https://static.deepsource.io/deepsource-badge-light.svg)](https://deepsource.io/gl/Cyb3r-Jak3/PyStalk/?ref=repository-badge) | ||
# PyStalk | ||
|
||
[![GitHub](https://img.shields.io/github/license/Cyb3r-Jak3/pystalk?style=flat)](https://github.com/Cyb3r-Jak3/PyStalk/blob/master/LICENSE) | ||
|
||
![Gitlab pipeline status (branch)](https://img.shields.io/gitlab/pipeline/Cyb3r-Jak3/pystalk/master?label=Build&style=flat) [![Test Coverage](https://api.codeclimate.com/v1/badges/896b338971314c13a56e/test_coverage)](https://codeclimate.com/github/Cyb3r-Jak3/PyStalk/test_coverage) | ||
|
||
## About | ||
|
||
PyStalk is a tool that can be used to generate graphs from the meta data of JPG and Tiff images. It currently creates graphs for gps coordinates and a pie chart for mode information. | ||
|
||
Examples photos from [ianare/exif-samples](https://github.com/ianare/exif-samples/tree/master/jpg/gps), [exiftool](https://owl.phy.queensu.ca/~phil/exiftool/sample_images.html), [drewmpales/metadata-extractor-images](https://github.com/drewnoakes/metadata-extractor-images). | ||
|
||
Please open issues on [GitLab](https://gitlab.com/Cyb3r-Jak3/PyStalk/issues) or if you do not have a GitLab account, send me an email and I will open an issue. | ||
|
||
All development is done on GitLab and pushed to GitHub. | ||
|
||
## How to use | ||
|
||
```bash | ||
git clone https://github.com/Cyb3r-Jak3/pystalk | ||
cd pystalk | ||
pip install -r requirements | ||
python PyStalk.py <Path to files> | ||
#i.e. python PyStalk.py tests/ExamplePhotos/ | ||
``` | ||
|
||
## TODO | ||
|
||
- Better web layout | ||
- Better sized graphs | ||
- Ability to choose the graphs used | ||
- Possible PyPi package (??) | ||
- Possible web scrapper for images | ||
- Or import from a current one | ||
|
||
## Disclaimer | ||
|
||
This is for educational/proof of concept purposes only. What you do with this program is **your** responsibility. | ||
|
||
[![DeepSource](https://static.deepsource.io/deepsource-badge-light.svg)](https://deepsource.io/gl/Cyb3r-Jak3/PyStalk/?ref=repository-badge) |