Skip to content

Commit 98d02e9

Browse files
committed
added
1 parent 104a584 commit 98d02e9

33 files changed

+16865
-0
lines changed

.gitignore

Lines changed: 132 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,132 @@
1+
# VSCode
2+
.vscode/
3+
4+
# Byte-compiled / optimized / DLL files
5+
__pycache__/
6+
*.py[cod]
7+
*$py.class
8+
9+
# C extensions
10+
*.so
11+
12+
# Distribution / packaging
13+
.Python
14+
build/
15+
develop-eggs/
16+
dist/
17+
downloads/
18+
eggs/
19+
.eggs/
20+
lib/
21+
lib64/
22+
parts/
23+
sdist/
24+
var/
25+
wheels/
26+
pip-wheel-metadata/
27+
share/python-wheels/
28+
*.egg-info/
29+
.installed.cfg
30+
*.egg
31+
MANIFEST
32+
33+
# PyInstaller
34+
# Usually these files are written by a python script from a template
35+
# before PyInstaller builds the exe, so as to inject date/other infos into it.
36+
*.manifest
37+
*.spec
38+
39+
# Installer logs
40+
pip-log.txt
41+
pip-delete-this-directory.txt
42+
43+
# Unit test / coverage reports
44+
htmlcov/
45+
.tox/
46+
.nox/
47+
.coverage
48+
.coverage.*
49+
.cache
50+
nosetests.xml
51+
coverage.xml
52+
*.cover
53+
*.py,cover
54+
.hypothesis/
55+
.pytest_cache/
56+
57+
# Translations
58+
*.mo
59+
*.pot
60+
61+
# Django stuff:
62+
*.log
63+
local_settings.py
64+
db.sqlite3
65+
db.sqlite3-journal
66+
67+
# Flask stuff:
68+
instance/
69+
.webassets-cache
70+
71+
# Scrapy stuff:
72+
.scrapy
73+
74+
# Sphinx documentation
75+
docs/_build/
76+
77+
# PyBuilder
78+
target/
79+
80+
# Jupyter Notebook
81+
.ipynb_checkpoints
82+
83+
# IPython
84+
profile_default/
85+
ipython_config.py
86+
87+
# pyenv
88+
.python-version
89+
90+
# pipenv
91+
# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
92+
# However, in case of collaboration, if having platform-specific dependencies or dependencies
93+
# having no cross-platform support, pipenv may install dependencies that don't work, or not
94+
# install all needed dependencies.
95+
#Pipfile.lock
96+
97+
# PEP 582; used by e.g. github.com/David-OConnor/pyflow
98+
__pypackages__/
99+
100+
# Celery stuff
101+
celerybeat-schedule
102+
celerybeat.pid
103+
104+
# SageMath parsed files
105+
*.sage.py
106+
107+
# Environments
108+
.env
109+
.venv
110+
env/
111+
venv/
112+
ENV/
113+
env.bak/
114+
venv.bak/
115+
116+
# Spyder project settings
117+
.spyderproject
118+
.spyproject
119+
120+
# Rope project settings
121+
.ropeproject
122+
123+
# mkdocs documentation
124+
/site
125+
126+
# mypy
127+
.mypy_cache/
128+
.dmypy.json
129+
dmypy.json
130+
131+
# Pyre type checker
132+
.pyre/

AppRun.py

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
import os
2+
import sys
3+
from PySide2.QtWidgets import QApplication, QStyleFactory
4+
from app import MainWindow
5+
6+
# sys.path.append(os.path.dirname(os.path.dirname(os.path.realpath(__file__))))
7+
8+
9+
def main():
10+
app = QApplication(sys.argv)
11+
app.setStyle(QStyleFactory.create("Fusion"))
12+
window = MainWindow()
13+
window.show()
14+
sys.exit(app.exec_())
15+
16+
17+
if __name__ == "__main__":
18+
main()

README.md

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
<p align="center"><img src="hashchecker/logo/hash_checker_header.png" alt="Hash Checker" width="35%"></p>
2+
3+
<div align="center">
4+
<strong>:star: Free Hash Checking Tool :star:</strong><br>
5+
A simple and elegant open-source hash checker software.<br>
6+
<sub>Available for Linux and Windows both.</sub>
7+
</div>
8+
9+
<br>
10+
11+
<div align="center">
12+
<!-- Version -->
13+
<a href="https://rizwan-hasan.github.io/Free-Hash-Checker/">
14+
<img src="https://img.shields.io/badge/version-3.0-orange" alt="website">
15+
</a>
16+
<!-- Build -->
17+
<img src="https://img.shields.io/badge/build-passing-brightgreen" alt="LICENSE">
18+
<!-- License -->
19+
<a href="LICENSE">
20+
<img src="https://img.shields.io/badge/license-MIT-green" alt="LICENSE">
21+
</a>
22+
</div>
23+
24+
<div align="center">
25+
<!-- Warning -->
26+
<img src="https://img.shields.io/badge/NOTICE-not%20released%20yet-red" alt="LICENSE">
27+
</div>
28+
29+
30+
<div align="center">
31+
<sub>This Hash Checker Tool that could. Built with ❤︎ by
32+
<a href="https://github.com/Rizwan-Hasan/">Rizwan Hasan</a> and
33+
<a href="https://github.com/Rizwan-Hasan/Free-Hash-Checker/graphs/contributors">
34+
contributors
35+
</a>
36+
</sub>
37+
</div>
38+
39+
## Screenshot
40+
41+
<p align="center">
42+
<img src="docs/screenshots/calculating.png" alt="Calculating Window"/>
43+
</p>
44+
45+
## Features
46+
47+
- MD5
48+
- SHA1
49+
- SHA224
50+
- SHA384
51+
- SHA256
52+
- SHA512
53+
- Hash Matching
54+
55+
## Credits
56+
57+
<div>Icons made by <a href="https://icons8.com/">Icons8</a></div>
58+
<div>Logo made by <a href="https://github.com/skinan">Sakib Khan Inan</a></div>
59+
60+
## License
61+
62+
[**MIT**](LICENSE).

0 commit comments

Comments
 (0)