Skip to content

vipinc007/PythonCodeCompiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Python Code Compiler

Hello, this is a python script to compile your python project and get the compilation error. This was usefull for me to catch my compilation errors before I could find them suring execution.

Features :

  • Simple Code compiler
  • Uses PyLint package
  • Displays the file name and the error associated

How to Run :

  • The compile function takes a parameter. It could be path of an individual file or it can be a path of a root folder which has all the source code of your python project.
result = python_code_compiler.complile("../source_path")
if result is False:
   raise Exception('Code has errors')

Credits

Hope you all like it :)

About

Python script to compile your python code

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages