Skip to content

Welcome to NotePad_Compiler, a simple code editor and compiler built using PyQt5 and Python. With this application, you can write and compile Python code conveniently within a user-friendly interface.

Notifications You must be signed in to change notification settings

NagiPragalathan/NotePad_Compiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NotePad_Compiler

Welcome to NotePad_Compiler, a simple code editor and compiler built using PyQt5 and Python. With this application, you can write and compile Python code conveniently within a user-friendly interface.

Features

  • Code Editing: The application provides a text editor where you can write and edit your Python code.
  • Syntax Highlighting: Python code syntax is highlighted to improve code readability.
  • Compile and Run: You can compile and run your Python code directly from the application.
  • Error Handling: The compiler provides helpful error messages in case of syntax errors or runtime issues.
  • Save and Open Files: You can save your code as separate files and open them for editing later.

Prerequisites

Before using NotePad_Compiler, make sure you have the following dependencies installed:

  • Python
  • PyQt5

Getting Started

  1. Clone the repository: git clone https://github.com/your_username/NotePad_Compiler.git
  2. Install the required dependencies: pip install pyqt5
  3. Run the application: python Notepad.py

Usage

  1. Open the NotePad_Compiler application.
  2. Write or paste your Python code into the editor.
  3. Click the "Compile" button to compile the code.
  4. If there are no errors, click the "Run" button to execute the compiled code.
  5. View the output in the console window.

Feel free to explore the application and use it for writing and compiling your Python programs. Have fun!

Contributing

Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.

License

This project is licensed under the MIT License. Feel free to use and modify this project for your needs.

Contact

If you have any questions or want to reach out regarding this project, you can contact me at [LinkedIN].

About

Welcome to NotePad_Compiler, a simple code editor and compiler built using PyQt5 and Python. With this application, you can write and compile Python code conveniently within a user-friendly interface.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages