This a python code highlighter & code editor. I have build it as hobby project. Basically it is a Python IDE. We can write and save our python code as we do in our normal text editor. But it highlight our python code
- 📂 File Management
- ⚡ Text Color For Dark & Light Theme
- ✨ Syntax Highlighting
- 4️⃣ Different Font Size
🤝 Contributing
Pull requests are welcome! For major changes, please open an issue first to discuss what you’d like to change.
📜 License
This project is licensed under the terms of the MIT License.
🌐 Website: Talha Usman Portfolio
🐦 Twitter: @talhauamandev
# 1️⃣ Clone the repositor
git clone https://github.com/talhausmandev/PyCode.git
# 2️⃣ Navigate into the project folder
cd PyCode
# 3️⃣ Install dependencies
pip install -r requirements.txt
# 4️⃣ Start App
python PyCode.py