ayu2606 / AyuFiles

Application for uploading files and viewing information about uploaded files.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ayuu Files

AyuFiles is an application for uploading files and viewing information about uploaded files. Alternative to anonfiles

Features

  • Light/dark mode toggle
  • Uploading of files
  • Previewing PDFs

Roadmap

  • Ensure total anonmity

  • Optimization

  • Auto Deletion

  • Request Deletion

  • Login/Registration

Deployment

First download neccesary packages

  pip install -r requirements.txt

Now configure host in app.py at line 9 (Note: Host is just to display url after upload, it will not affect hosting.)

Now deploy the project

  python app.py

Run Locally

Clone the project

  git clone https://github.com/ayu2606/AyuFiles.git

Go to the project directory

  cd AyuFiles

Install dependencies

  pip install -r requirements.txt

Now configure host in app.py at line 9 (Note: Host is just to display url after upload, it will not affect hosting.)

Start the server

  python app.py

Contributing

Contributions are always welcome!

About

Application for uploading files and viewing information about uploaded files.

License:MIT License


Languages

Language:HTML 71.3%Language:Python 28.7%