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

https://github.com/oleoneto/bottler

Generates a Python Bottle Application with templated HTML, CSS, and JavaScript. Also adds support for a SQLite database.
https://github.com/oleoneto/bottler

bottlepy css html5 javascript python3 shellscript sqlalchemy sqlite3 webdevelopment

Last synced: about 1 month ago
JSON representation

Generates a Python Bottle Application with templated HTML, CSS, and JavaScript. Also adds support for a SQLite database.

Awesome Lists containing this project

README

          

# Bottler

Generates a Bottle App with some sample HTML, CSS, and JavaScript placed inside the project directory.
This script can be modified to perform more advanced tasks.

### Requirements
- `Python 3.6` (or later)
- `pip`
- `bottle` (0.13 or later)
- `git`

### Installation
Start by cloning the repo.
```
git clone https://github.com/oleoneto/Bottler.git
```

Give the script `generator.sh` permission to run.
```
cd Bottler
chmod 755 generator.sh
```

### Usage

Specify the name of the project (or app).
```
./generator.sh PROJECTNAME
```

### Pull requests
Feel free to submit your contributions.

**Autogenerator for Bottle** is [MIT Licensed](LICENSE).