Skip to content

Commit

Permalink
add project logo
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianCert committed Jul 27, 2024
1 parent 4c97b82 commit a9431f4
Show file tree
Hide file tree
Showing 2 changed files with 175 additions and 0 deletions.
154 changes: 154 additions & 0 deletions docs/static/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
<div style="display: flex;justify-content: center;align-items:center; gap: 2px 10px">
<picture align="center">
<source media="(prefers-color-scheme: dark)" srcset="./docs/static/logo.svg" width="250px">
<img alt="snap4frame-logo" src="./docs/static/logo.svg">
</picture>
<div style="font-size: 7vh;" align="center">
<span >S N A P 4 F R A M E</span>
</div>
</div>


<div align="center">

[![pypi](https://img.shields.io/pypi/v/snap4frame.svg)](https://pypi.org/project/snap4frame/)
[![python](https://img.shields.io/pypi/pyversions/snap4frame.svg)](https://pypi.org/project/snap4frame/)
[![pypi-downloads](https://img.shields.io/pypi/dm/snap4frame.svg?label=PyPI%20downloads)](https://pypi.org/project/snap4frame/)

<!-- TODO add other badges on readme once information is available -->

</div>

# **snap4frame**

### creates a snapshot of the python program for later analysis
Expand Down

0 comments on commit a9431f4

Please sign in to comment.