Creating GUI Application that can store information related to library book.
-
Clone this repository
git clone https://github.com/ParagD25/Library_Management_System -
Go into the repository
cd Library_Management_System -
Remove current origin repository
git remote remove origin -
Create new virtual python environment
python3 -m venv venv -
Activate virtual python environment
source venv/bin/activate -
Install all the libraries mentioned above using
pip install -
Run Python file
python librayr.py
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.







