Skip to content

hawkerliu/MySpyder

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MySpyder

仿spyder的python IDE, ( • ̀ω•́ )✧~。对应spyder的v4.0.1版本

功能:

  • Editor。
  • File explorer。
  • Outline。
  • Project explorer。
  • Find in files。
  • History log。

截图:

MySpyder运行截图

安装:

$ git clone [email protected]/quan12jiale/MySpyder.git

运行:

第一种:用Qt creator打开spyder.pro项目文件,开发环境是Qt creator 12.0 mingw,把images文件夹拷贝到exe的上层目录
第二种:把CMake路径“C:\Program Files\CMake\bin”添加到系统环境Path变量;
添加QTDIR变量,变量值为QT安装目录“F:\QT\qt563\msvc2015”;
双击vs_genSln.bat批处理文件,用Visual Studio打开build文件夹下的MySpyder.sln,把images文件夹拷贝到exe的上层目录

功能TODO:

  • IPython console.
  • Variable explorer.

About

仿spyder的python IDE

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 98.8%
  • Other 1.2%