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

https://github.com/saadarazzaq/pythonlive

Modify a Python function during run-time 🐍🚀
https://github.com/saadarazzaq/pythonlive

python reloading

Last synced: 8 months ago
JSON representation

Modify a Python function during run-time 🐍🚀

Awesome Lists containing this project

README

          

# PythonLive 🚀

![output121](https://github.com/SaadARazzaq/PythonLive/assets/123338307/bfca6a54-8e1c-48a1-ba1c-ffac06fd2f20)

**Have you ever wanted to add more details to an already running code?**

Instead of stopping the code, you can use the **"reloading" library**. 🔄

This allows you to add more details to a running code without losing any existing progress. 📈

## Overview 📝

This Python code demonstrates how to modify a function during runtime using the "reloading" library. It enables you to enhance the functionality of your code without stopping its execution. 🐍

## Getting Started 🛠️

- Before you get started, make sure you have the "reloading" library installed. You can install it using pip: ⚙️

```bash
pip install reloading
```

- Run the `test.py` file

## Contributing 🤝

If you find any issues or have suggestions for improvement, please feel free to contribute or open an issue on GitHub. 🌟

```bash
Made with 💖 By Saad
```