SkillAgentSearch skills...

Nodbox

Nodbox is a open source File Handling Deskapp.

Install / Use

/learn @nb-com/Nodbox
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Nodbox

Nodbox is an open source File Handling Deskapp.The App is developed with Django at back-end and Tailwind at front-end.<br />

Discord - https://discord.gg/AQJtJfGwh7<br />

Deployment

The Website is Deployed at https://nodbox.herokuapp.com

Requirements

Required Libraries can be found at requirements.txt

Features

  1. Convert Image to PDF
  2. Convert PDF to Image (under development)

Get Started

  1. Clone Repository - https://github.com/nb-com/nodbox.git <br /> (Python 3.8 Recommended)
  2. Create a virtual environment <br /> a) To install virtual environment.
pip install virtualenv
 virtualenv env

b) Activate virtual environment according to your operating system. <br />

Windows

.\env\Scripts\activate

Mac OS

source env/bin/activate

3.Install Required Packages by

pip install -r requirements.txt
  1. For Development Start the server by
python manage.py runserver 8000

Now the server will be serving at localhost 8000

To Launch as a Deskapp

Windows

python3 nodbox.py

Mac OS and other Operating Systems

python nodbox.py

(Has numerous bugs)

Related Skills

View on GitHub
GitHub Stars4
CategoryDevelopment
Updated3y ago
Forks4

Languages

HTML

Security Score

75/100

Audited on Jun 28, 2022

No findings