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.
- Host: GitHub
- URL: https://github.com/oleoneto/bottler
- Owner: oleoneto
- License: mit
- Created: 2018-04-18T01:51:35.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-01-17T22:50:50.000Z (over 7 years ago)
- Last Synced: 2025-06-29T17:48:07.329Z (12 months ago)
- Topics: bottlepy, css, html5, javascript, python3, shellscript, sqlalchemy, sqlite3, webdevelopment
- Language: CSS
- Homepage:
- Size: 40 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).