Desktop application that handles the management of documents in digital format, thanks to the implementation of a user-friendly interface that allows the automation of CRUD instructions on a relational database.
1). Create a virtual environment:
python -m venv env
2). Activate the virtual environment:
env\Scripts\activate
3). Install the necessary packages:
pip install -r requirements.txt
4). Run:
python run.py
orpython -m filemanager