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 🐍🚀
- Host: GitHub
- URL: https://github.com/saadarazzaq/pythonlive
- Owner: SaadARazzaq
- Created: 2023-10-17T18:23:42.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-17T18:31:42.000Z (over 2 years ago)
- Last Synced: 2025-01-23T16:14:27.298Z (over 1 year ago)
- Topics: python, reloading
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PythonLive 🚀

**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
```