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
- Host: GitHub
- URL: https://github.com/ammaar0x01/py_virtual_vault
- Owner: ammaar0x01
- Created: 2025-05-25T19:13:08.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2025-06-01T21:27:31.000Z (8 months ago)
- Last Synced: 2025-06-02T07:28:33.191Z (8 months ago)
- Topics: flask-application, python, sqlite, web-application
- Language: HTML
- Homepage:
- Size: 1.96 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```
---