Skip to content

Commit 477a41d

Browse files
committed
Some local files added
1 parent 3b28460 commit 477a41d

File tree

6 files changed

+1762
-0
lines changed

6 files changed

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

Complaint_Management_System/README.md

+45
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
<h1 align='center'>Complaint Management System</h1>
2+
<h4 align='center'>A Project that used to submit customer’s complaints to the authorised company and make an interface between them.</h4>
3+
<br>
4+
<p align='center'><img src="complaint.jpg" height=250 width=300></p>
5+
<br>
6+
<p>A Complaint Management System is a software application which is designed to take online complaints from customers and provide their solutions by some experts. It is the process of how organizations handle, manage, respond to and report customer complaints. </p>
7+
8+
<h3>How this Project works:</h3>
9+
<p align="center"><img src="process.png"></p>
10+
<br><br>
11+
<h3>Working:</h3>
12+
<p>
13+
<ol>
14+
<li>In a customer, you just have to submit your complain. </li>
15+
<li>Then, your compalin will automatically send to Manager section. </li>
16+
<li>Then Manager assigns that complain to respective Techperson. </li>
17+
<li>And Techperson will solve your complain.</li>
18+
<li> And the very moment, when your complain has been resolved, You will be inform through a text message on you registered Mobile no.</li>
19+
</ol>
20+
21+
</p>
22+
<p>
23+
<h3>Technologies used:</h3>
24+
<ul>
25+
<li>Python</li>
26+
<li>MySQL</li>
27+
<li>Xampp (Not being a website project, but to implement MYSQL in a better and efficient manner, I have used XAMPP server software, as it gives me better interface to manage the database at the backend.)</li>
28+
29+
</ul>
30+
</p>
31+
32+
<h3>Hardware Requirements:</h3>
33+
<ul>
34+
<li>Processor : Pentium IV or above</li>
35+
<li>Memory : 1 GB or above recommended for better use</li>
36+
<li>Disk Space : Minimum of 100MB of free space in Hard Disk.</li>
37+
<li>Internet connection to access the SMS API portal.</li>
38+
</ul>
39+
<h3>Software Requirements:</h3>
40+
<ul>
41+
<li>Any Operating system with Python Compatibility.</li>
42+
<li>Python version 3.0 or above.</li>
43+
<li>MYSQL database.</li>
44+
45+
<p align="center">Thanks for reading 😊</p>
36.8 KB
Loading

0 commit comments

Comments
 (0)