/File-Structure-Mini-Project

Do check README.md before using the project for yourself to clear your doubts. It's a mini project related covid patient management. Hope I was able to help you...

Primary LanguagePython

File-Structure-Mini-Project

Components :

Languages

python 3.9.5

Development Environment

Windows 10

External Resources/Plugins

PySide2

PyCharm 2021.1.1 (Community Edition) Build #PC-211.7142.13, built on April 21, 2021 Runtime version: 11.0.10+9-b1341.41 amd64 VM: Dynamic Code Evolution 64-Bit Server VM by

JetBrains s.r.o. Windows 10 10.0 GC: ParNew, ConcurrentMarkSweep

Notes :

Installing PyQt5 library

pip intall PySide6

Installing qt-designer

pip install pyqt5-tools

Generating the .ui files :

The .ui files are generated by using qt designer. The generated ui files are widgets not main window The corresponding .py files are generated file from the .ui files

Command used to generate python file from .ui file

pyside2-uic filename.ui -o outputfilename.py

Make sure that you type this command inside the command line with cwd is the directory where your ui file exist

Contribution Guidelines :

If you want to contribute to this project, please refer to the Contributing Guidelines.

License

This project has been assigned the MIT License, so go ahead and feel free to use any and/or all parts of this system and to build on it. Although I would still insist that if you do end up improving this, do accidentally contribute, it would be an honour.