Skip to content

hecdelatorre/Encrypted-Notes

Repository files navigation

Encrypted Notes

Create virtual environment

python3 -m venv env
. env/bin/activate

Required modules

pip install rsa tinydb pymongo uuid Pillow screeninfo

In windows install

pip install "pymongo[srv]"

It is important to generate the mongoUri.py file, to define username and password and connection link

echo "def URI():
    user, password = ('','')
    uri = f'mongodb://localhost' if len(user) == 0 else f'mongodb+srv://{user}:{password}@cluster0.0000.mongodb.net/?retryWrites=true&w=majority'
    return uri" > mongoUri.py

2023-05-02-221347-1599x875-scrot.png

logoN1-w.png

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages