novnc /
websockify
Websockify is a WebSocket to TCP proxy/bridge. This allows a browser to connect to any application/server/service.
91/100 healthLoading repository data…
thethakurshivam / repository
This web application provides a simple and elegant solution for converting Jupyter Notebooks into clean Python files. Built with Flask and featuring a modern glass morphism design, it allows developers and data scientists to easily extract code cells from their notebooks for better code organization and sharing.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
A tiny Flask web app to convert a Jupyter Notebook (.ipynb) into separate Python files (one per code cell) and an optional combined Python file.
This web application provides a simple and elegant solution for converting Jupyter Notebooks into clean Python files. Built with Flask and featuring a modern glass morphism design, it allows developers and data scientists to easily extract code cells from their notebooks for better code organization and sharing.
.py file for modular developmentClone the repository
git clone https://github.com/thethakurshivam/Notebook-to-python-converter.git
cd Notebook-to-python-converter
Create a virtual environment (recommended)
python -m venv .venv
Activate the virtual environment
# On Windows:
.venv\Scripts\activate
# On macOS/Linux:
source .venv/bin/activate
Install dependencies
pip install -r requirements.txt
Selected from shared topics, language and repository description—not editorial ratings.
novnc /
Websockify is a WebSocket to TCP proxy/bridge. This allows a browser to connect to any application/server/service.
91/100 healthjorisvink /
An easy to use, scalable and secure web application framework for writing web APIs in C or Python. || This is a read-only mirror, please see https://kore.io/mail and https://kore.io/source for information on how to contribute via the mailing lists.
92/100 healthpython app.py
Access the web interface
http://localhost:5000.ipynb file.ipynb and download a ZIP of .py files.json) to parse notebooks.Notebook-to-python-converter/
├─ app.py
├─ templates/
│ └─ index.html
├─ static/
│ └─ styles.css
├─ utils/
│ └─ convert.py
├─ images/
│ └─ DemoScreenshot.png
├─ requirements.txt
└─ LICENSE
your_notebook_cell_001.py, your_notebook_cell_002.py, ...your_notebook_combined.pyThis project is licensed under the MIT License - see the LICENSE file for details.
aws-samples /
Airline Booking is a sample web application that provides Flight Search, Flight Payment, Flight Booking and Loyalty points including end-to-end testing, GraphQL and CI/CD. This web application was the theme of Build on Serverless Season 2 on AWS Twitch running from April 24th until end of August in 2019.
BullsEye0 /
Dorks Eye Google Hacking Dork Scraping and Searching Script. Dorks Eye is a script I made in python 3. With this tool, you can easily find Google Dorks. Dork Eye collects potentially vulnerable web pages and applications on the Internet or other awesome info that is picked up by Google's search bots. Author: Jolanda de Koff
83/100 healthAnonCatalyst /
This Python application is an OSINT (Open Source Intelligence) tool called "Ominis OSINT - Web Hunter." It performs online information gathering by querying Google for search results related to a user-inputted query. The tool extracts relevant information such as titles, URLs, and potential mentions of the query in the results.
88/100 healthrajeshmajumdar /
BruteXSS is a tool written in python simply to find XSS vulnerabilities in web application. This tool was originally developed by Shawar Khan in CLI. I just redesigned it and made it GUI for more convienience.
27/100 health