Welcome to CodePad, your ultimate coding playground! CodePad offers a sleek, user-friendly environment for writing and downloading your code with ease. ✍️
Feature | Description |
---|---|
Multi language support | Switch between programming languages with ease. |
Sleek UI | A clean, intuitive interface for smooth coding. |
Real time code editing | Instant feedback as you write code. |
Support for Streamlit | Build and deploy Python web apps quickly. |
Syntax Highlighting | Code clarity with color coded syntax. |
Auto-complete suggestions | Speed up coding with smart suggestions. |
Custom Themes | Choose from a variety of themes to match your coding style. |
Technology | Description |
---|---|
Python 🐍 | Simple and powerful language for building apps. |
Streamlit 🚀 | Fast framework for creating data apps and prototypes. |
Streamlit Ace 🖋️ | Integrated code editor for a smooth coding experience. |
-
Clone this repository:
git clone https://github.com/KrishBharadwaj5678/CodePad.git cd CodePad
-
Install the required dependencies:
pip install -r requirements.txt
-
Run the application:
streamlit run app.py
We welcome contributions to make CodePad even better!
git clone https://github.com/KrishBharadwaj5678/CodePad.git
cd CodePad
git checkout -b your-feature-name
streamlit run app.py
git add .
git commit -m "Add feature XYZ or fix issue ABC"
git push origin your-feature-name
- Go to your repository on GitHub and click the "New Pull Request" button.
- Make sure to select the correct base branch and compare it with your feature branch.
- Write a detailed description of the changes you made.
- Click "Create Pull Request".