Bionic is Python Framework for crafting beautiful, fast user experiences for web and is free and open source.

Overview

Bionic is Python Framework for crafting beautiful, fast user experiences for web and is free and open source.

Getting Started

This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.

Prerequisites

This is an example of how to list things you need to use the software and how to install them.

Meet system requirements :

  • git
  • python,pip
  • vs code,live server

Installation

git clone https://github.com/bionic-py/Bionic.git

Fast results

Bionic is fast. It's powered core python without any extra dependencies. Bionic offers stateful hot reload, allowing you to make changes to your code and see the results instantly without restarting your app or losing its state.

Comments
  • :shipit:

    :shipit:

    What I have done ✅

    1. Increased font size by changing ##### to ####
    2. Added the python highlighting in the code block. Note:- we should not keep : when specifying the code block's language
    opened by TarunavBA 3
  • [FR]

    [FR]

    1. I would like a new branch named Tests for commiting and pushing non-production ready commits.
    2. Would also like instructions for installing bionic from that Tests branch. (For latest bleeding edge version of Bionic)
    3. Finally I would like you to add the hacktoberfest and WIP labels to attract contributors. 😜
    opened by TarunavBA 2
  • [REQUEST]

    [REQUEST]

    Hey @shajin-sha please create a new account in codestream and install the plugin in vscode and make a new team and invite me to it. So we both can collaborate and make bionic een better.

    opened by TarunavBA 2
  • :trollface:

    :trollface:

    What I have done


    • added more emojis, 🤝⚡✨⚗️
    • removed 👷 emoji for testing and added ⚗️ emoji for testing
    • added ⚡ for code example
    • added ✨ for this is how the default page looks like
    • finally, added 🤝 emoji for contributing.
    opened by TarunavBA 1
  • main.py very informal message

    main.py very informal message

    Hey @shajin-sha I think that this message is not very informal message. I think it will be better to write a nice message, like Hi There 👋, thanks for trying out bionic. We the team of Bionic wish you a very happy development with Bionic.

    opened by TarunavBA 1
Releases(1.0.0)
  • 1.0.0(Mar 1, 2022)

    Kiqpo Pre-alpha

    Contribute to kiqpo and try the pre-alpha version Kiqpo Pre-alpha

    warning :warning:

    • Pre-alpha Unsuitable for production
    • This is only for testing and contributing to kiqpo
    • A number of bugs are present in Pre-alpha
    Source code(tar.gz)
    Source code(zip)
Automatização completa do site https://blaze.com

PyBlaze Pyblaze possibilita o acesso a api do site blaze utilizando python, retornando os últimos resultados de crashs e doubles. Agora também é possí

Cleiton Leonel 24 Dec 30, 2022
A Modern Fetch Tool for Linux!

Ufetch A Modern Fetch Tool for Linux! Programming Language: Python IDE: Visual Studio Code Developed by Avishek Dutta If you get any kind of problem,

Avishek Dutta 7 Dec 12, 2021
A Python package to request and process seismic waveform data from Hi-net.

HinetPy is a Python package to simplify tedious data request, download and format conversion tasks related to NIED Hi-net. NIED Hi-net | Source Code |

Dongdong Tian 65 Dec 09, 2022
Spooky Castle Project

Spooky Castle Project Here is a repository where I have placed a few workflow scripts that could be used to automate the blender to godot sprite pipel

3 Jan 17, 2022
A hackers attempt at an MVP anki plugin

my anki plugin if you have found this by accident, you should probably run away this is nothing more than a hackers attempt at an MVP anki plugin I re

Chris Hall 1 Nov 02, 2021
Euler 021 Py - Euler Problem 021 solved in Python

Euler_021_Py Euler Problem 021 solved in Python Let d(n) be defined as the sum o

Ariel Tynan 1 Jan 24, 2022
redun aims to be a more expressive and efficient workflow framework

redun yet another redundant workflow engine redun aims to be a more expressive and efficient workflow framework, built on top of the popular Python pr

insitro 372 Jan 04, 2023
Fixes your Microphone Level to one specific value.

MicLeveler Fixes your Microphone Level to one specific value. Intention A friend of mine has the problem that some programs are setting his microphone

Moritz Timpe 2 Oct 14, 2021
A simple 3D rigid body simulation written in python

pyRigidBody3d A simple 3D rigid body simulation written in python

30 Oct 07, 2022
Acesse seus investimentos da NuInvest pelo Python (Experimental)

Acesse seus investimentos da NuInvest pelo Python (Experimental)

André Roggeri Campos 5 Dec 06, 2022
万能通用对象池,可以池化任意自定义类型的对象。

pip install universal_object_pool 此包能够将一切任意类型的python对象池化,是万能池,适用范围远大于单一用途的mysql连接池 http连接池等。 框架使用对象池包,自带实现了4个对象池。可以直接开箱用这四个对象池,也可以作为例子学习对象池用法。

12 Dec 15, 2022
A working roblox account generator it doesnt bypass the capcha stuff cuz these didnt showed up in my test runs

A working roblox account generator (state 11.5.2021) it doesnt bypass the capcha stuff cuz these didnt showed up in my test runs

TerrificTable 22 Jan 03, 2023
This code extracts line width of phonons from specular energy density (SED) calculated with LAMMPS.

This code extracts line width of phonons from specular energy density (SED) calculated with LAMMPS.

Masato Ohnishi 3 Jun 15, 2022
A utility control surface for Ableton Live that makes the initialization of a Mixdown quick

Automate Mixdown initialization A script that transfers all the VSTs on your MIDI tracks to a new track so you can freeze your MIDI tracks and then co

Aarnav 0 Feb 23, 2022
Update your Nintendo Switch cheats with one click, or a bit more~

Interactive-ASM-Cheats-Updater This updater unlocks your ability of updating most of the ASM cheats for Nintendo Switch. Table of Contents Functions Q

zzpong 63 Dec 27, 2022
Open-source data observability for modern data teams

Use cases Monitor your data warehouse in minutes: Data anomalies monitoring as dbt tests Data lineage made simple, reliable, and automated dbt operati

889 Jan 01, 2023
Data-driven Computer Science UoB

COMS20011_2021 Data-driven Computer Science UoB Staff Laurence Aitchison [ 6 May 16, 2022

You'll learn about Iterators, Generators, Closure, Decorators, Property, and RegEx in detail with examples.

07_Python_Advanced_Topics Introduction 👋 In this tutorial, you will learn about: Python Iterators: They are objects that can be iterated upon. In thi

Milaan Parmar / Милан пармар / _米兰 帕尔马 252 Dec 23, 2022
8 Nov 04, 2022
CPython extension implementing Shared Transactional Memory with native-looking interface

CPython extension implementing Shared Transactional Memory with native-looking interface

21 Jul 22, 2022