An open API service indexing awesome lists of open source software.

https://github.com/ammaar0x01/py_virtual_vault

A Python, Flask web-app for storing videos and other webpages. There is also a section for you to add tasks or notes
https://github.com/ammaar0x01/py_virtual_vault

flask-application python sqlite web-application

Last synced: 7 months ago
JSON representation

A Python, Flask web-app for storing videos and other webpages. There is also a section for you to add tasks or notes

Awesome Lists containing this project

README

          

### Project: Virtual Vault (VV)
#### Description
- A collection of some of my favorite videos and music from youtube.com, and content from other websites
- Python, Flask webapp, SQLite database

Engineer:
ammaar0x01
- https://github.com/ammaar0x01
- https://ammaar0x01.netlify.app
---

Started | Updated | Status |
------------| ----------|-------------------|
24.04.25 | 23.05.25 | COMPLETE |
---

- Clean = '_notes.txt' and _trash folder is removed along with other cleaning improvments
- Build = the app is converted to a distributable state, example .exe using pyinstaller
- Version: 1.0, stable
---

#### Pre-requisties
- Python installed
- PIP installed
- Knowledge of Python
- Knowledge of Python packages and PIP
---

#### Download
```
git clone --branch [branch name] [git https link]
```

#### Install
```
# Install Flask
pip install Flask pwinput cryptography
```

#### Run
```
python main_controller.py
Type 'localhost:5000' in your web-browser
```
---