All Projects → apiad → auditorium

apiad / auditorium

Licence: other
An HTML+CSS+JS generator from pure Python code

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to auditorium

QuickLearn
A collection of resources categorised by tech domains, languages, expertise and much more. QuickLearn gives you a quick access to all the resources that you could need at a single place, within a click!
Stars: ✭ 89 (+14.1%)
Mutual labels:  html-css-javascript
Portfolio-Saurav-Mukherjee
Portfolio website build using HTML5, CSS3, JavaScript and jQuery.
Stars: ✭ 48 (-38.46%)
Mutual labels:  html-css-javascript
TruHealth
A website, which is wholly focused on Mental Health issues.
Stars: ✭ 16 (-79.49%)
Mutual labels:  html-css-javascript
XION-ChaseCam
This is a free-to-use HTML/javascript based overlay for roleplay streamers. Basically it mimics the overlay of the AXON bodycam, but since most folks play in 3rd person, it's a ChaseCam. I've included a logo, and the html file. The html file has the css, html, and javascript all in one file for ease of editing. Goto line 81 of the html file to c…
Stars: ✭ 27 (-65.38%)
Mutual labels:  html-css-javascript
FashionShopApp
Fashion Shop App : Flask, ChatterBot, ElasticSearch, Recommender-System
Stars: ✭ 28 (-64.1%)
Mutual labels:  html-css-javascript
-le-medicin
Official Repository for Intra SRM-MIC hackathon-Team Silicon
Stars: ✭ 15 (-80.77%)
Mutual labels:  html-css-javascript
Structurex
Javascript visualizer of algorithms and data structures.
Stars: ✭ 32 (-58.97%)
Mutual labels:  html-css-javascript
LazyBlacksmith
EVE Online Industry app written in python (flask) for backend, html / css / js for frontend
Stars: ✭ 44 (-43.59%)
Mutual labels:  html-css-javascript
soak-your-brain-elearning-app
An e-learning platform built in python (django)
Stars: ✭ 18 (-76.92%)
Mutual labels:  html-css-javascript
Hacktoberfest21
Welcome to Open Source! 👨‍💻 Make your Hacktoberfest 2021 contribution here. Win a T-shirt and some stickers on completing 4 Pull Requests. (Made for beginners 🔰)
Stars: ✭ 13 (-83.33%)
Mutual labels:  html-css-javascript
Front-End-Xmind
前端知识体系思维导图,可以用于查缺补漏或者面试复习串联知识点,系统学习前端知识,加深记忆🎉🎉
Stars: ✭ 129 (+65.38%)
Mutual labels:  html-css-javascript
facebook-clone
Building Facebook clone. As usual, any additional styling will be up to you but the really important stuff is to get the data and back end working properly.
Stars: ✭ 14 (-82.05%)
Mutual labels:  html-css-javascript
Bundli-Frontend
Bundli-Frontend 🚩 is a repo which contains 🚀different code of full stack Development 👨‍💻🚀
Stars: ✭ 133 (+70.51%)
Mutual labels:  html-css-javascript
DevHelpBox
we are creating this community so that other developers can get benefits of it.
Stars: ✭ 35 (-55.13%)
Mutual labels:  html-css-javascript
CC33Z
Curso de Ciência da Computação
Stars: ✭ 50 (-35.9%)
Mutual labels:  html-css-javascript
ParticleGround-Portfolio
A minimalistic particle theme landing page template. ⚛️
Stars: ✭ 335 (+329.49%)
Mutual labels:  html-css-javascript
macos-preact
macos-preact.now.sh
Stars: ✭ 1,019 (+1206.41%)
Mutual labels:  html-css-javascript
chatApp
This is the chat application based on Javascript, html and bootstrap. This chat app use the firebase real time database.
Stars: ✭ 15 (-80.77%)
Mutual labels:  html-css-javascript
IRCIS
I Run Chars I See(IRCIS) - a 2d grid based esoteric programming language.
Stars: ✭ 103 (+32.05%)
Mutual labels:  html-css-javascript
MainakFolio
My Portfolio Website
Stars: ✭ 21 (-73.08%)
Mutual labels:  html-css-javascript

Auditorium

PyPI - License PyPI - Python Version PyPI

Auditorium is a Python-powered webpage generator. You write pure Python code, and obtain an HTML+CSS+JS single page application. You manage a virtual DOM in Python that gets automatically updated on the frontend app, with bidirectional communication. This means that anything you do in the Python DOM gets reflected on the webpage instantly, plus anything that happens on the frontend (i.e., user interaction) is automatically sent over to your code.

Installation

Simply run:

pip install auditorium[uvicorn]

History

See the docs.

Collaboration and License

License is MIT, so you know the drill: fork, develop, add tests, pull request, rinse and repeat. See collaboration details in the docs.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].