├── .gitignore ├── Dockerfile ├── Emulator ├── assets │ └── icons │ │ ├── 10.jpg │ │ ├── 11.jpg │ │ ├── 12.jpg │ │ ├── about-img.png │ │ ├── all.png │ │ ├── banana.png │ │ ├── basmati-rice.png │ │ ├── bpp.png │ │ ├── cw.png │ │ ├── dish-2.png │ │ ├── file.py │ │ ├── h2.png │ │ ├── hm1.png │ │ └── meat.png ├── calculatrice.kv ├── emulator.py ├── hot_reload_viewer.py └── icons │ ├── battery-charging.png │ ├── battery-low.png │ ├── battery-mid.png │ ├── battery.png │ ├── bell-off.png │ ├── bell.png │ ├── envelope.png │ ├── plane-alt.png │ ├── reseau.png │ ├── transfer.png │ ├── wifi-off.png │ └── wifi.png ├── KvStudio.pyproject ├── Pipfile ├── README.md ├── Screenshots ├── 1.png ├── 10.png ├── 11.png ├── 12.png ├── 13.png ├── 14.png ├── 15.png ├── 16.png ├── 17.png ├── 18.png ├── 19.png ├── 2.png ├── 20.png ├── 21.png ├── 22.png ├── 23.png ├── 24.png ├── 25.png ├── 26.png ├── 27.png ├── 28.png ├── 29.png ├── 3.png ├── 30.png ├── 31.png ├── 32.png ├── 33.png ├── 34.png ├── 35.png ├── 36.png ├── 37.png ├── 38.png ├── 39.png ├── 4.png ├── 40.png ├── 41.png ├── 42.png ├── 5.png ├── 6.png ├── 7.png ├── 8.png ├── 9.png └── kvscode_showcase.mp4 ├── Todo.txt ├── __init__.py ├── assets ├── LICENSE ├── fonts │ ├── Olivia & Kevin.ttf │ ├── boxicons.ttf │ └── mdicons.ttf ├── icons │ ├── Compilation.svg │ ├── Compiled-file.svg │ ├── Deleted-file.svg │ ├── Deleted-folder.svg │ ├── DotPy.png │ ├── DotPy_Def.png │ ├── DownloadedFile.svg │ ├── Downloads-folder.svg │ ├── File-done.svg │ ├── File-plus.svg │ ├── File.svg │ ├── Folder-check.svg │ ├── Folder-plus.svg │ ├── Folder.svg │ ├── KvStudio.png │ ├── Selected-file.svg │ ├── addfile.png │ ├── alarm(1).svg │ ├── brands │ │ ├── donate-coffee.png │ │ └── donate-patreon.png │ ├── caractere-github.png │ ├── chatgpt.png │ ├── coding(1).png │ ├── coding.png │ ├── coffee1.png │ ├── coffee4.png │ ├── corbeille(1).png │ ├── corbeille.png │ ├── customer-support.png │ ├── cyt.svg │ ├── db.png │ ├── dbf.svg │ ├── debug.svg │ ├── deco.png │ ├── discovering-tests.svg │ ├── editer(1).png │ ├── emu.png │ ├── export_to_python.svg │ ├── fichier-texte.png │ ├── fichier.png │ ├── file_type_git2.svg │ ├── fileadd.png │ ├── fold.png │ ├── fold.svg │ ├── folder-android.svg │ ├── folder-app.svg │ ├── folder-audio.svg │ ├── folder-components.svg │ ├── folder-container.svg │ ├── folder-controller.svg │ ├── folder-firebase.svg │ ├── folder-font.svg │ ├── folder-ios.svg │ ├── folder-php.svg │ ├── folder-project.svg │ ├── folder-utils.svg │ ├── folderadd.png │ ├── font.svg │ ├── fop.svg │ ├── git.png │ ├── gitf.svg │ ├── github(1).png │ ├── github.png │ ├── gpt.png │ ├── h.svg │ ├── hide.png │ ├── icons8-copy-badges │ │ ├── icons8-copy-48.png │ │ └── icons8-copy-96.png │ ├── icons8-déconnexion-96.png │ ├── icons8-github-ios-16-filled │ │ └── icons8-github-50.png │ ├── icons8-grades-100.png │ ├── icons8-search-48.png │ ├── icons8-search-96.png │ ├── im.svg │ ├── ima.svg │ ├── imf.svg │ ├── instagram │ ├── jsf.svg │ ├── key.svg │ ├── lis.svg │ ├── list.png │ ├── liste.png │ ├── loupe.png │ ├── magnify.png │ ├── men.png │ ├── menu(1).png │ ├── menu(2).png │ ├── menu.png │ ├── open-file.svg │ ├── param.png │ ├── php.svg │ ├── play.svg │ ├── plugins.png │ ├── psd.svg │ ├── py.png │ ├── pyf.svg │ ├── qml.svg │ ├── ref.png │ ├── refresh.png │ ├── refresh.svg │ ├── repl.svg │ ├── restart-kernel.svg │ ├── run-failed-tests.svg │ ├── run-file.svg │ ├── run-tests.svg │ ├── run.png │ ├── score1.png │ ├── search_file.png │ ├── send.png │ ├── sf.svg │ ├── sho.png │ ├── show.png │ ├── sq.svg │ ├── stack.png │ ├── stack2.png │ ├── start.svg │ ├── status-error.svg │ ├── status-ok.svg │ ├── status-unknown.svg │ ├── stop.svg │ ├── sv.svg │ ├── telephone-intelligent(1).png │ ├── telephone-intelligent.png │ ├── trusted.svg │ ├── txt.svg │ ├── un-trusted.svg │ ├── viewf.svg │ ├── w.png │ ├── war.png │ ├── youtube.png │ └── —Pngtree—whatsapp ├── images │ ├── Android logo #12377 - Free Transparent PNG Logos.mhtml │ ├── and.png │ ├── android.png │ ├── anim1.gif │ ├── anim2.gif │ ├── anim3.gif │ ├── anim4.gif │ ├── anim5.gif │ ├── anim6.gif │ ├── anim7.gif │ ├── anim8.gif │ ├── aple.png │ ├── apple.png │ ├── boot.webp │ ├── coding.png │ ├── cpp.png │ ├── download (10).jpeg │ ├── download (8).jpeg │ ├── download (9).jpeg │ ├── em.png │ ├── emh.png │ ├── emu.png │ ├── ios.png │ ├── iph6.jpg │ ├── iph6.png │ ├── js.png │ ├── kivy.png │ ├── kv.png │ ├── linux.png │ ├── load.gif │ ├── mac.png │ ├── macos.png │ ├── md.png │ ├── png-clipart-apple-logo-iphone-apple-angle-computer.png │ ├── py.jpeg │ ├── py.png │ ├── python.jpeg │ ├── python.png │ ├── win10.png │ ├── wind.png │ └── windows.png └── templates │ ├── backdrop.png │ ├── basic.png │ ├── bn.png │ ├── empty.png │ ├── files_icons │ ├── actionscript.svg │ ├── android.svg │ ├── angular-abstract.svg │ ├── angular-action.svg │ ├── angular-component.svg │ ├── angular-const.svg │ ├── angular-directive.svg │ ├── angular-effect.svg │ ├── angular-guard.svg │ ├── angular-helper.svg │ ├── angular-interceptor.svg │ ├── angular-model.svg │ ├── angular-pipe.svg │ ├── angular-reducer.svg │ ├── angular-resolver.svg │ ├── angular-service.svg │ ├── angular-validator.svg │ ├── angular.svg │ ├── apiblueprint.svg │ ├── applescript.svg │ ├── appveyor.svg │ ├── arduino.svg │ ├── assembly.svg │ ├── audio.svg │ ├── aurelia.svg │ ├── autohotkey.svg │ ├── autoit.svg │ ├── babel.svg │ ├── bithound.svg │ ├── blink.svg │ ├── blink_light.svg │ ├── bower.svg │ ├── browserlist.svg │ ├── browserlist_light.svg │ ├── bucklescript.svg │ ├── c.svg │ ├── cabal.svg │ ├── cake.svg │ ├── certificate.svg │ ├── changelog.svg │ ├── circleci.svg │ ├── circleci_light.svg │ ├── clojure.svg │ ├── cloudfoundry.svg │ ├── cmake.svg │ ├── code-climate.svg │ ├── code-climate_light.svg │ ├── coffee.svg │ ├── coldfusion.svg │ ├── conduct.svg │ ├── console.svg │ ├── contributing.svg │ ├── cpp.svg │ ├── credits.svg │ ├── crystal.svg │ ├── crystal_light.svg │ ├── csharp.svg │ ├── css-map.svg │ ├── css.svg │ ├── cucumber.svg │ ├── cuda.svg │ ├── dart.svg │ ├── database.svg │ ├── diff.svg │ ├── django.svg │ ├── docker.svg │ ├── document.svg │ ├── dotjs.svg │ ├── drone.svg │ ├── drone_light.svg │ ├── editorconfig.svg │ ├── ejs.svg │ ├── elixir.svg │ ├── elm.svg │ ├── email.svg │ ├── erlang.svg │ ├── eslint.svg │ ├── exe.svg │ ├── fastlane.svg │ ├── favicon.svg │ ├── file.svg │ ├── firebase.svg │ ├── flash.svg │ ├── flow.svg │ ├── folder-ansible-open.svg │ ├── folder-ansible.svg │ ├── folder-audio-open.svg │ ├── folder-audio.svg │ ├── folder-aurelia-open.svg │ ├── folder-aurelia.svg │ ├── folder-aws-open.svg │ ├── folder-aws.svg │ ├── folder-benchmark-open.svg │ ├── folder-benchmark.svg │ ├── folder-bower-open.svg │ ├── folder-bower.svg │ ├── folder-ci-open.svg │ ├── folder-ci.svg │ ├── folder-circleci-open.svg │ ├── folder-circleci.svg │ ├── folder-class-open.svg │ ├── folder-class.svg │ ├── folder-components-open.svg │ ├── folder-components.svg │ ├── folder-config-open.svg │ ├── folder-config.svg │ ├── folder-controller-open.svg │ ├── folder-controller.svg │ ├── folder-coverage-open.svg │ ├── folder-coverage.svg │ ├── folder-css-open.svg │ ├── folder-css.svg │ ├── folder-database-open.svg │ ├── folder-database.svg │ ├── folder-debug-open.svg │ ├── folder-debug.svg │ ├── folder-dist-open.svg │ ├── folder-dist.svg │ ├── folder-docker-open.svg │ ├── folder-docker.svg │ ├── folder-docs-open.svg │ ├── folder-docs.svg │ ├── folder-expo-open.svg │ ├── folder-expo.svg │ ├── folder-export-open.svg │ ├── folder-export.svg │ ├── folder-fastlane-open.svg │ ├── folder-fastlane.svg │ ├── folder-font-open.svg │ ├── folder-font.svg │ ├── folder-git-open.svg │ ├── folder-git.svg │ ├── folder-github-open.svg │ ├── folder-github.svg │ ├── folder-gitlab-open.svg │ ├── folder-gitlab.svg │ ├── folder-global-open.svg │ ├── folder-global.svg │ ├── folder-gradle-open.svg │ ├── folder-gradle.svg │ ├── folder-i18n-open.svg │ ├── folder-i18n.svg │ ├── folder-images-open.svg │ ├── folder-images.svg │ ├── folder-import-open.svg │ ├── folder-import.svg │ ├── folder-include-open.svg │ ├── folder-include.svg │ ├── folder-javascript-open.svg │ ├── folder-javascript.svg │ ├── folder-jinja-open.svg │ ├── folder-jinja-open_light.svg │ ├── folder-jinja.svg │ ├── folder-jinja_light.svg │ ├── folder-kubernetes-open.svg │ ├── folder-kubernetes.svg │ ├── folder-less-open.svg │ ├── folder-less.svg │ ├── folder-lib-open.svg │ ├── folder-lib.svg │ ├── folder-log-open.svg │ ├── folder-log.svg │ ├── folder-markdown-open.svg │ ├── folder-markdown.svg │ ├── folder-messages-open.svg │ ├── folder-messages.svg │ ├── folder-ngrx-actions-open.svg │ ├── folder-ngrx-actions.svg │ ├── folder-ngrx-effects-open.svg │ ├── folder-ngrx-effects.svg │ ├── folder-ngrx-entities-open.svg │ ├── folder-ngrx-entities.svg │ ├── folder-ngrx-reducer-open.svg │ ├── folder-ngrx-reducer.svg │ ├── folder-ngrx-state-open.svg │ ├── folder-ngrx-state.svg │ ├── folder-node-open.svg │ ├── folder-node.svg │ ├── folder-open.svg │ ├── folder-other-open.svg │ ├── folder-other.svg │ ├── folder-php-open.svg │ ├── folder-php.svg │ ├── folder-phpmailer-open.svg │ ├── folder-phpmailer.svg │ ├── folder-plugin-open.svg │ ├── folder-plugin.svg │ ├── folder-public-open.svg │ ├── folder-public.svg │ ├── folder-python-open.svg │ ├── folder-python.svg │ ├── folder-react-components-open.svg │ ├── folder-react-components.svg │ ├── folder-redux-actions-open.svg │ ├── folder-redux-actions.svg │ ├── folder-redux-reducer-open.svg │ ├── folder-redux-reducer.svg │ ├── folder-redux-store-open.svg │ ├── folder-redux-store.svg │ ├── folder-resource-open.svg │ ├── folder-resource.svg │ ├── folder-root-open.svg │ ├── folder-root.svg │ ├── folder-routes-open.svg │ ├── folder-routes.svg │ ├── folder-sass-open.svg │ ├── folder-sass.svg │ ├── folder-scripts-open.svg │ ├── folder-scripts.svg │ ├── folder-src-open.svg │ ├── folder-src.svg │ ├── folder-sublime-open.svg │ ├── folder-sublime.svg │ ├── folder-temp-open.svg │ ├── folder-temp.svg │ ├── folder-test-open.svg │ ├── folder-test.svg │ ├── folder-tools-open.svg │ ├── folder-tools.svg │ ├── folder-typescript-open.svg │ ├── folder-typescript.svg │ ├── folder-video-open.svg │ ├── folder-video.svg │ ├── folder-views-open.svg │ ├── folder-views.svg │ ├── folder-vscode-open.svg │ ├── folder-vscode.svg │ ├── folder-vue-open.svg │ ├── folder-vue.svg │ ├── folder-wakatime-open.svg │ ├── folder-wakatime.svg │ ├── folder-webpack-open.svg │ ├── folder-webpack.svg │ ├── folder-wordpress-open.svg │ ├── folder-wordpress.svg │ ├── folder.svg │ ├── font.svg │ ├── foxpro.svg │ ├── fsharp.svg │ ├── fusebox.svg │ ├── gatsby.svg │ ├── gemfile.svg │ ├── git.svg │ ├── gitlab.svg │ ├── go.svg │ ├── go_gopher.svg │ ├── gradle.svg │ ├── graphcool.svg │ ├── graphql.svg │ ├── groovy.svg │ ├── grunt.svg │ ├── gulp.svg │ ├── h.svg │ ├── hack.svg │ ├── haml.svg │ ├── handlebars.svg │ ├── haskell.svg │ ├── haxe.svg │ ├── hcl.svg │ ├── hcl_light.svg │ ├── helm.svg │ ├── heroku.svg │ ├── hpp.svg │ ├── html.svg │ ├── http.svg │ ├── image.svg │ ├── ionic.svg │ ├── java.svg │ ├── javascript-map.svg │ ├── javascript.svg │ ├── jenkins.svg │ ├── jest.svg │ ├── jinja.svg │ ├── jinja_light.svg │ ├── json.svg │ ├── julia.svg │ ├── karma.svg │ ├── key.svg │ ├── kivy.svg │ ├── kl.svg │ ├── kotlin.svg │ ├── laravel.svg │ ├── less.svg │ ├── lib.svg │ ├── livescript.svg │ ├── lock.svg │ ├── log.svg │ ├── lua.svg │ ├── makefile.svg │ ├── markdown.svg │ ├── markojs.svg │ ├── mathematica.svg │ ├── matlab.svg │ ├── merlin.svg │ ├── mjml.svg │ ├── mocha.svg │ ├── mxml.svg │ ├── ngrx-actions.svg │ ├── ngrx-effects.svg │ ├── ngrx-entity.svg │ ├── ngrx-reducer.svg │ ├── ngrx-state.svg │ ├── nim.svg │ ├── nix.svg │ ├── nodejs.svg │ ├── nodejs_alt.svg │ ├── nodemon.svg │ ├── npm.svg │ ├── nunjucks.svg │ ├── ocaml.svg │ ├── pdf.svg │ ├── perl.svg │ ├── php.svg │ ├── php_elephant.svg │ ├── postcss.svg │ ├── powerpoint.svg │ ├── powershell.svg │ ├── prettier.svg │ ├── processing.svg │ ├── processing_light.svg │ ├── protractor.svg │ ├── pug.svg │ ├── puppet.svg │ ├── purescript.svg │ ├── python.svg │ ├── qml.svg │ ├── r.svg │ ├── raml.svg │ ├── razor.svg │ ├── react.svg │ ├── readme.svg │ ├── reason.svg │ ├── red.svg │ ├── redux-action.svg │ ├── redux-reducer.svg │ ├── redux-store.svg │ ├── restql.svg │ ├── riot.svg │ ├── robot.svg │ ├── rollup.svg │ ├── routing.svg │ ├── ruby.svg │ ├── rust.svg │ ├── san.svg │ ├── sass.svg │ ├── sbt.svg │ ├── scala.svg │ ├── sequelize.svg │ ├── settings.svg │ ├── shaderlab.svg │ ├── slim.svg │ ├── smarty.svg │ ├── snyk.svg │ ├── solidity.svg │ ├── sonar.svg │ ├── stencil.svg │ ├── stencil_light.svg │ ├── storybook.svg │ ├── stylelint.svg │ ├── stylelint_light.svg │ ├── stylus.svg │ ├── sublime.svg │ ├── swc.svg │ ├── swift.svg │ ├── table.svg │ ├── terraform.svg │ ├── test-js.svg │ ├── test-jsx.svg │ ├── test-ts.svg │ ├── tex.svg │ ├── todo.svg │ ├── travis.svg │ ├── tune.svg │ ├── twig.svg │ ├── typescript-def.svg │ ├── typescript.svg │ ├── url.svg │ ├── verilog.svg │ ├── vfl.svg │ ├── video.svg │ ├── virtual.svg │ ├── visualstudio.svg │ ├── vscode.svg │ ├── vue.svg │ ├── wakatime.svg │ ├── wakatime_light.svg │ ├── wallaby.svg │ ├── watchman.svg │ ├── webpack.svg │ ├── wepy.svg │ ├── wolframlanguage.svg │ ├── word.svg │ ├── xaml.svg │ ├── xml.svg │ ├── yaml.svg │ ├── yang.svg │ ├── yarn.svg │ └── zip.svg │ ├── nav.png │ └── tab.png ├── core ├── __init__.py ├── autoCompleter.py ├── dbManager.py ├── editorManager.py ├── fileManager.py ├── kivyLexer.py ├── openaiChat.py ├── projectCreator.py ├── shell.py └── stackOverflow.py ├── install.py ├── plugins ├── __init__.py └── python │ ├── __init__.py │ ├── fridoPlugin │ ├── Dot.png │ ├── fri.py │ ├── frido.qml │ └── fridoPlugin.py │ └── graciaPlugin │ ├── Dot.png │ ├── gra.py │ ├── gracia.qml │ └── graciaPlugin.py ├── qml ├── BasicTableViewStyle.qml ├── Butts.qml ├── ChatView.qml ├── CodeEditor.qml ├── CodeView.qml ├── Completion.qml ├── CustomTree.qml ├── DeviceBox.qml ├── FileDialog.qml ├── FileManager.qml ├── FileOpenDialog.qml ├── Filter.qml ├── FlegoCodeEditor.qml ├── IconPicker.qml ├── Input.qml ├── KVTreeView.qml ├── MiniFileDialog.qml ├── MiniMap.qml ├── NewProject.qml ├── PreviewDelegate.qml ├── QmlCompletionBox.qmlproject ├── ScrollViewStyle.qml ├── SearchBox.qml ├── StackOverflow.qml ├── SuggestionBox.qml ├── Suggestions.qml ├── SuggestionsPreview.qml ├── Tab.qml ├── TabView.qml ├── TabViewStyle.qml ├── TableViewColumn.qml ├── Terminal.qml ├── TerminalContainer.qml ├── TextIcon.qml ├── TreeView.qml ├── TreeViewStyle.qml ├── UIText.qml ├── settings │ ├── AccountSettings.qml │ ├── AppearanceSettings.qml │ ├── CustomCheckWithHelper.qml │ ├── EditorSettings.qml │ ├── NavItem.qml │ ├── OpenaiSettings.qml │ └── Preferences.qml └── studio.qml ├── requirements.txt ├── st.json ├── studio.py ├── studio.sqlite └── utils.py /Dockerfile: -------------------------------------------------------------------------------- 1 | # REQUIRED PYTHON IMAGE 2 | FROM python:3.9 3 | 4 | # SET WORKDIR 5 | WORKDIR /kvstudio 6 | 7 | # COPY REQUIREMENTS FILE 8 | COPY . /kvstudio/ 9 | 10 | # INSTALL DEPENDANCEIES 11 | RUN pip install -r requirements.txt 12 | 13 | # INSTALL MESA GLX 14 | RUN apt-get update && apt-get install -y libgl1 15 | 16 | RUN apt-get update && apt-get install -y \ 17 | qtbase5-dev\ 18 | build-essential\ 19 | libgl1-mesa-dev\ 20 | libxcb-xinerama0\ 21 | libxcb-xinput0 22 | 23 | # CONFIGS 24 | RUN python install.py 25 | 26 | # EXECUTE SCRIPT 27 | CMD python studio.py 28 | 29 | # sudo xhost + 30 | # sudo docker build -t kvs-code . 31 | # docker run -it --rm --env DISPLAY=$DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix kvs-code 32 | # sudo docker run -it --rm --env DISPLAY=$DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix -v /home/einswilli/KivymdStudio:/kvstudio kvs-code -------------------------------------------------------------------------------- /Emulator/assets/icons/10.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/Emulator/assets/icons/10.jpg -------------------------------------------------------------------------------- /Emulator/assets/icons/11.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/Emulator/assets/icons/11.jpg -------------------------------------------------------------------------------- /Emulator/assets/icons/12.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/Emulator/assets/icons/12.jpg -------------------------------------------------------------------------------- /Emulator/assets/icons/about-img.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/Emulator/assets/icons/about-img.png -------------------------------------------------------------------------------- /Emulator/assets/icons/all.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/Emulator/assets/icons/all.png -------------------------------------------------------------------------------- /Emulator/assets/icons/banana.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/Emulator/assets/icons/banana.png -------------------------------------------------------------------------------- /Emulator/assets/icons/basmati-rice.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/Emulator/assets/icons/basmati-rice.png -------------------------------------------------------------------------------- /Emulator/assets/icons/bpp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/Emulator/assets/icons/bpp.png -------------------------------------------------------------------------------- /Emulator/assets/icons/cw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/Emulator/assets/icons/cw.png -------------------------------------------------------------------------------- /Emulator/assets/icons/dish-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/Emulator/assets/icons/dish-2.png -------------------------------------------------------------------------------- /Emulator/assets/icons/file.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/Emulator/assets/icons/file.py -------------------------------------------------------------------------------- /Emulator/assets/icons/h2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/Emulator/assets/icons/h2.png -------------------------------------------------------------------------------- /Emulator/assets/icons/hm1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/Emulator/assets/icons/hm1.png -------------------------------------------------------------------------------- /Emulator/assets/icons/meat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/Emulator/assets/icons/meat.png -------------------------------------------------------------------------------- /Emulator/icons/battery-charging.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/Emulator/icons/battery-charging.png -------------------------------------------------------------------------------- /Emulator/icons/battery-low.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/Emulator/icons/battery-low.png -------------------------------------------------------------------------------- /Emulator/icons/battery-mid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/Emulator/icons/battery-mid.png -------------------------------------------------------------------------------- /Emulator/icons/battery.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/Emulator/icons/battery.png -------------------------------------------------------------------------------- /Emulator/icons/bell-off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/Emulator/icons/bell-off.png -------------------------------------------------------------------------------- /Emulator/icons/bell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/Emulator/icons/bell.png -------------------------------------------------------------------------------- /Emulator/icons/envelope.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/Emulator/icons/envelope.png -------------------------------------------------------------------------------- /Emulator/icons/plane-alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/Emulator/icons/plane-alt.png -------------------------------------------------------------------------------- /Emulator/icons/reseau.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/Emulator/icons/reseau.png -------------------------------------------------------------------------------- /Emulator/icons/transfer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/Emulator/icons/transfer.png -------------------------------------------------------------------------------- /Emulator/icons/wifi-off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/Emulator/icons/wifi-off.png -------------------------------------------------------------------------------- /Emulator/icons/wifi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/Emulator/icons/wifi.png -------------------------------------------------------------------------------- /KvStudio.pyproject: -------------------------------------------------------------------------------- 1 | { 2 | "files": ["studio.py", "mql/studio.qml","qml/TabView.qml"] 3 | } 4 | -------------------------------------------------------------------------------- /Pipfile: -------------------------------------------------------------------------------- 1 | [[source]] 2 | url = "https://pypi.org/simple" 3 | verify_ssl = true 4 | name = "pypi" 5 | 6 | [packages] 7 | 8 | [dev-packages] 9 | 10 | [requires] 11 | python_version = "3.9" 12 | -------------------------------------------------------------------------------- /Screenshots/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/Screenshots/1.png -------------------------------------------------------------------------------- /Screenshots/10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/Screenshots/10.png -------------------------------------------------------------------------------- /Screenshots/11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/Screenshots/11.png -------------------------------------------------------------------------------- /Screenshots/12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/Screenshots/12.png -------------------------------------------------------------------------------- /Screenshots/13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/Screenshots/13.png -------------------------------------------------------------------------------- /Screenshots/14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/Screenshots/14.png -------------------------------------------------------------------------------- /Screenshots/15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/Screenshots/15.png -------------------------------------------------------------------------------- /Screenshots/16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/Screenshots/16.png -------------------------------------------------------------------------------- /Screenshots/17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/Screenshots/17.png -------------------------------------------------------------------------------- /Screenshots/18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/Screenshots/18.png -------------------------------------------------------------------------------- /Screenshots/19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/Screenshots/19.png -------------------------------------------------------------------------------- /Screenshots/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/Screenshots/2.png -------------------------------------------------------------------------------- /Screenshots/20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/Screenshots/20.png -------------------------------------------------------------------------------- /Screenshots/21.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/Screenshots/21.png -------------------------------------------------------------------------------- /Screenshots/22.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/Screenshots/22.png -------------------------------------------------------------------------------- /Screenshots/23.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/Screenshots/23.png -------------------------------------------------------------------------------- /Screenshots/24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/Screenshots/24.png -------------------------------------------------------------------------------- /Screenshots/25.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/Screenshots/25.png -------------------------------------------------------------------------------- /Screenshots/26.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/Screenshots/26.png -------------------------------------------------------------------------------- /Screenshots/27.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/Screenshots/27.png -------------------------------------------------------------------------------- /Screenshots/28.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/Screenshots/28.png -------------------------------------------------------------------------------- /Screenshots/29.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/Screenshots/29.png -------------------------------------------------------------------------------- /Screenshots/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/Screenshots/3.png -------------------------------------------------------------------------------- /Screenshots/30.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/Screenshots/30.png -------------------------------------------------------------------------------- /Screenshots/31.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/Screenshots/31.png -------------------------------------------------------------------------------- /Screenshots/32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/Screenshots/32.png -------------------------------------------------------------------------------- /Screenshots/33.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/Screenshots/33.png -------------------------------------------------------------------------------- /Screenshots/34.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/Screenshots/34.png -------------------------------------------------------------------------------- /Screenshots/35.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/Screenshots/35.png -------------------------------------------------------------------------------- /Screenshots/36.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/Screenshots/36.png -------------------------------------------------------------------------------- /Screenshots/37.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/Screenshots/37.png -------------------------------------------------------------------------------- /Screenshots/38.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/Screenshots/38.png -------------------------------------------------------------------------------- /Screenshots/39.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/Screenshots/39.png -------------------------------------------------------------------------------- /Screenshots/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/Screenshots/4.png -------------------------------------------------------------------------------- /Screenshots/40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/Screenshots/40.png -------------------------------------------------------------------------------- /Screenshots/41.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/Screenshots/41.png -------------------------------------------------------------------------------- /Screenshots/42.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/Screenshots/42.png -------------------------------------------------------------------------------- /Screenshots/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/Screenshots/5.png -------------------------------------------------------------------------------- /Screenshots/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/Screenshots/6.png -------------------------------------------------------------------------------- /Screenshots/7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/Screenshots/7.png -------------------------------------------------------------------------------- /Screenshots/8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/Screenshots/8.png -------------------------------------------------------------------------------- /Screenshots/9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/Screenshots/9.png -------------------------------------------------------------------------------- /Screenshots/kvscode_showcase.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/Screenshots/kvscode_showcase.mp4 -------------------------------------------------------------------------------- /Todo.txt: -------------------------------------------------------------------------------- 1 | Bugs: 2 | ===== 3 | -Syntax Highlight doesn't work well (done) 4 | -Indentations doesn't work well (done) 5 | -TreeView doesn't work well (done) 6 | -Editor doesn't format well when opening file (done) 7 | 8 | To do make_list: 9 | ================ 10 | 11 | -File Explorer (TreeView) 12 | -Auto Suggestion in CodeEditor 13 | -Syntax Highlight in CodeEditor 14 | -General Project Search 15 | -Custom Terminal -------------------------------------------------------------------------------- /__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/__init__.py -------------------------------------------------------------------------------- /assets/fonts/Olivia & Kevin.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/assets/fonts/Olivia & Kevin.ttf -------------------------------------------------------------------------------- /assets/fonts/boxicons.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/assets/fonts/boxicons.ttf -------------------------------------------------------------------------------- /assets/fonts/mdicons.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/assets/fonts/mdicons.ttf -------------------------------------------------------------------------------- /assets/icons/DotPy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/assets/icons/DotPy.png -------------------------------------------------------------------------------- /assets/icons/DotPy_Def.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/assets/icons/DotPy_Def.png -------------------------------------------------------------------------------- /assets/icons/KvStudio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/assets/icons/KvStudio.png -------------------------------------------------------------------------------- /assets/icons/addfile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/assets/icons/addfile.png -------------------------------------------------------------------------------- /assets/icons/brands/donate-coffee.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/assets/icons/brands/donate-coffee.png -------------------------------------------------------------------------------- /assets/icons/brands/donate-patreon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/assets/icons/brands/donate-patreon.png -------------------------------------------------------------------------------- /assets/icons/caractere-github.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/assets/icons/caractere-github.png -------------------------------------------------------------------------------- /assets/icons/chatgpt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/assets/icons/chatgpt.png -------------------------------------------------------------------------------- /assets/icons/coding(1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/assets/icons/coding(1).png -------------------------------------------------------------------------------- /assets/icons/coding.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/assets/icons/coding.png -------------------------------------------------------------------------------- /assets/icons/coffee1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/assets/icons/coffee1.png -------------------------------------------------------------------------------- /assets/icons/coffee4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/assets/icons/coffee4.png -------------------------------------------------------------------------------- /assets/icons/corbeille(1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/assets/icons/corbeille(1).png -------------------------------------------------------------------------------- /assets/icons/corbeille.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/assets/icons/corbeille.png -------------------------------------------------------------------------------- /assets/icons/customer-support.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/assets/icons/customer-support.png -------------------------------------------------------------------------------- /assets/icons/db.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/assets/icons/db.png -------------------------------------------------------------------------------- /assets/icons/dbf.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/icons/deco.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/assets/icons/deco.png -------------------------------------------------------------------------------- /assets/icons/discovering-tests.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /assets/icons/editer(1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/assets/icons/editer(1).png -------------------------------------------------------------------------------- /assets/icons/emu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/assets/icons/emu.png -------------------------------------------------------------------------------- /assets/icons/export_to_python.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /assets/icons/fichier-texte.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/assets/icons/fichier-texte.png -------------------------------------------------------------------------------- /assets/icons/fichier.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/assets/icons/fichier.png -------------------------------------------------------------------------------- /assets/icons/file_type_git2.svg: -------------------------------------------------------------------------------- 1 | file_type_git2 -------------------------------------------------------------------------------- /assets/icons/fileadd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/assets/icons/fileadd.png -------------------------------------------------------------------------------- /assets/icons/fold.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/assets/icons/fold.png -------------------------------------------------------------------------------- /assets/icons/fold.svg: -------------------------------------------------------------------------------- 1 | default_folder -------------------------------------------------------------------------------- /assets/icons/folder-app.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/icons/folder-audio.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/icons/folder-components.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/icons/folder-container.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/icons/folder-firebase.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/icons/folder-font.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/icons/folder-ios.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/icons/folder-project.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/icons/folder-utils.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/icons/folderadd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/assets/icons/folderadd.png -------------------------------------------------------------------------------- /assets/icons/fop.svg: -------------------------------------------------------------------------------- 1 | default_folder_opened -------------------------------------------------------------------------------- /assets/icons/git.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/assets/icons/git.png -------------------------------------------------------------------------------- /assets/icons/github(1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/assets/icons/github(1).png -------------------------------------------------------------------------------- /assets/icons/github.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/assets/icons/github.png -------------------------------------------------------------------------------- /assets/icons/gpt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/assets/icons/gpt.png -------------------------------------------------------------------------------- /assets/icons/h.svg: -------------------------------------------------------------------------------- 1 | file_type_cppheader -------------------------------------------------------------------------------- /assets/icons/hide.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/assets/icons/hide.png -------------------------------------------------------------------------------- /assets/icons/icons8-copy-badges/icons8-copy-48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/assets/icons/icons8-copy-badges/icons8-copy-48.png -------------------------------------------------------------------------------- /assets/icons/icons8-copy-badges/icons8-copy-96.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/assets/icons/icons8-copy-badges/icons8-copy-96.png -------------------------------------------------------------------------------- /assets/icons/icons8-déconnexion-96.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/assets/icons/icons8-déconnexion-96.png -------------------------------------------------------------------------------- /assets/icons/icons8-github-ios-16-filled/icons8-github-50.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/assets/icons/icons8-github-ios-16-filled/icons8-github-50.png -------------------------------------------------------------------------------- /assets/icons/icons8-grades-100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/assets/icons/icons8-grades-100.png -------------------------------------------------------------------------------- /assets/icons/icons8-search-48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/assets/icons/icons8-search-48.png -------------------------------------------------------------------------------- /assets/icons/icons8-search-96.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/assets/icons/icons8-search-96.png -------------------------------------------------------------------------------- /assets/icons/ima.svg: -------------------------------------------------------------------------------- 1 | file_type_image -------------------------------------------------------------------------------- /assets/icons/imf.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/icons/instagram: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/assets/icons/instagram -------------------------------------------------------------------------------- /assets/icons/jsf.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/icons/list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/assets/icons/list.png -------------------------------------------------------------------------------- /assets/icons/liste.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/assets/icons/liste.png -------------------------------------------------------------------------------- /assets/icons/loupe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/assets/icons/loupe.png -------------------------------------------------------------------------------- /assets/icons/magnify.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/assets/icons/magnify.png -------------------------------------------------------------------------------- /assets/icons/men.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/assets/icons/men.png -------------------------------------------------------------------------------- /assets/icons/menu(1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/assets/icons/menu(1).png -------------------------------------------------------------------------------- /assets/icons/menu(2).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/assets/icons/menu(2).png -------------------------------------------------------------------------------- /assets/icons/menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/assets/icons/menu.png -------------------------------------------------------------------------------- /assets/icons/open-file.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /assets/icons/param.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/assets/icons/param.png -------------------------------------------------------------------------------- /assets/icons/play.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /assets/icons/plugins.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/assets/icons/plugins.png -------------------------------------------------------------------------------- /assets/icons/py.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/assets/icons/py.png -------------------------------------------------------------------------------- /assets/icons/qml.svg: -------------------------------------------------------------------------------- 1 | file_type_qml -------------------------------------------------------------------------------- /assets/icons/ref.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/assets/icons/ref.png -------------------------------------------------------------------------------- /assets/icons/refresh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/assets/icons/refresh.png -------------------------------------------------------------------------------- /assets/icons/refresh.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /assets/icons/repl.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /assets/icons/restart-kernel.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /assets/icons/run-file.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /assets/icons/run-tests.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /assets/icons/run.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/assets/icons/run.png -------------------------------------------------------------------------------- /assets/icons/score1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/assets/icons/score1.png -------------------------------------------------------------------------------- /assets/icons/search_file.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/assets/icons/search_file.png -------------------------------------------------------------------------------- /assets/icons/send.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/assets/icons/send.png -------------------------------------------------------------------------------- /assets/icons/sf.svg: -------------------------------------------------------------------------------- 1 | default_file -------------------------------------------------------------------------------- /assets/icons/sho.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/assets/icons/sho.png -------------------------------------------------------------------------------- /assets/icons/show.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/assets/icons/show.png -------------------------------------------------------------------------------- /assets/icons/stack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/assets/icons/stack.png -------------------------------------------------------------------------------- /assets/icons/stack2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/assets/icons/stack2.png -------------------------------------------------------------------------------- /assets/icons/start.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /assets/icons/stop.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /assets/icons/telephone-intelligent(1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/assets/icons/telephone-intelligent(1).png -------------------------------------------------------------------------------- /assets/icons/telephone-intelligent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/assets/icons/telephone-intelligent.png -------------------------------------------------------------------------------- /assets/icons/trusted.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /assets/icons/txt.svg: -------------------------------------------------------------------------------- 1 | file_type_text -------------------------------------------------------------------------------- /assets/icons/viewf.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/icons/w.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/assets/icons/w.png -------------------------------------------------------------------------------- /assets/icons/war.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/assets/icons/war.png -------------------------------------------------------------------------------- /assets/icons/youtube.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/assets/icons/youtube.png -------------------------------------------------------------------------------- /assets/icons/—Pngtree—whatsapp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/assets/icons/—Pngtree—whatsapp -------------------------------------------------------------------------------- /assets/images/Android logo #12377 - Free Transparent PNG Logos.mhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/assets/images/Android logo #12377 - Free Transparent PNG Logos.mhtml -------------------------------------------------------------------------------- /assets/images/and.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/assets/images/and.png -------------------------------------------------------------------------------- /assets/images/android.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/assets/images/android.png -------------------------------------------------------------------------------- /assets/images/anim1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/assets/images/anim1.gif -------------------------------------------------------------------------------- /assets/images/anim2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/assets/images/anim2.gif -------------------------------------------------------------------------------- /assets/images/anim3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/assets/images/anim3.gif -------------------------------------------------------------------------------- /assets/images/anim4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/assets/images/anim4.gif -------------------------------------------------------------------------------- /assets/images/anim5.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/assets/images/anim5.gif -------------------------------------------------------------------------------- /assets/images/anim6.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/assets/images/anim6.gif -------------------------------------------------------------------------------- /assets/images/anim7.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/assets/images/anim7.gif -------------------------------------------------------------------------------- /assets/images/anim8.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/assets/images/anim8.gif -------------------------------------------------------------------------------- /assets/images/aple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/assets/images/aple.png -------------------------------------------------------------------------------- /assets/images/apple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/assets/images/apple.png -------------------------------------------------------------------------------- /assets/images/boot.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/assets/images/boot.webp -------------------------------------------------------------------------------- /assets/images/coding.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/assets/images/coding.png -------------------------------------------------------------------------------- /assets/images/cpp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/assets/images/cpp.png -------------------------------------------------------------------------------- /assets/images/download (10).jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/assets/images/download (10).jpeg -------------------------------------------------------------------------------- /assets/images/download (8).jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/assets/images/download (8).jpeg -------------------------------------------------------------------------------- /assets/images/download (9).jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/assets/images/download (9).jpeg -------------------------------------------------------------------------------- /assets/images/em.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/assets/images/em.png -------------------------------------------------------------------------------- /assets/images/emh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/assets/images/emh.png -------------------------------------------------------------------------------- /assets/images/emu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/assets/images/emu.png -------------------------------------------------------------------------------- /assets/images/ios.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/assets/images/ios.png -------------------------------------------------------------------------------- /assets/images/iph6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/assets/images/iph6.jpg -------------------------------------------------------------------------------- /assets/images/iph6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/assets/images/iph6.png -------------------------------------------------------------------------------- /assets/images/js.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/assets/images/js.png -------------------------------------------------------------------------------- /assets/images/kivy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/assets/images/kivy.png -------------------------------------------------------------------------------- /assets/images/kv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/assets/images/kv.png -------------------------------------------------------------------------------- /assets/images/linux.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/assets/images/linux.png -------------------------------------------------------------------------------- /assets/images/load.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/assets/images/load.gif -------------------------------------------------------------------------------- /assets/images/mac.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/assets/images/mac.png -------------------------------------------------------------------------------- /assets/images/macos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/assets/images/macos.png -------------------------------------------------------------------------------- /assets/images/md.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/assets/images/md.png -------------------------------------------------------------------------------- /assets/images/png-clipart-apple-logo-iphone-apple-angle-computer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/assets/images/png-clipart-apple-logo-iphone-apple-angle-computer.png -------------------------------------------------------------------------------- /assets/images/py.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/assets/images/py.jpeg -------------------------------------------------------------------------------- /assets/images/py.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/assets/images/py.png -------------------------------------------------------------------------------- /assets/images/python.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/assets/images/python.jpeg -------------------------------------------------------------------------------- /assets/images/python.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/assets/images/python.png -------------------------------------------------------------------------------- /assets/images/win10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/assets/images/win10.png -------------------------------------------------------------------------------- /assets/images/wind.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/assets/images/wind.png -------------------------------------------------------------------------------- /assets/images/windows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/assets/images/windows.png -------------------------------------------------------------------------------- /assets/templates/backdrop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/assets/templates/backdrop.png -------------------------------------------------------------------------------- /assets/templates/basic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/assets/templates/basic.png -------------------------------------------------------------------------------- /assets/templates/bn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/assets/templates/bn.png -------------------------------------------------------------------------------- /assets/templates/empty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/assets/templates/empty.png -------------------------------------------------------------------------------- /assets/templates/files_icons/angular-abstract.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /assets/templates/files_icons/angular-action.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /assets/templates/files_icons/angular-component.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /assets/templates/files_icons/angular-const.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /assets/templates/files_icons/angular-directive.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /assets/templates/files_icons/angular-effect.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /assets/templates/files_icons/angular-guard.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /assets/templates/files_icons/angular-helper.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /assets/templates/files_icons/angular-interceptor.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /assets/templates/files_icons/angular-model.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /assets/templates/files_icons/angular-pipe.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /assets/templates/files_icons/angular-reducer.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /assets/templates/files_icons/angular-resolver.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /assets/templates/files_icons/angular-service.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /assets/templates/files_icons/angular-validator.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /assets/templates/files_icons/angular.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /assets/templates/files_icons/apiblueprint.svg: -------------------------------------------------------------------------------- 1 | 2 | api-blueprint 3 | Created with Sketch. 4 | 5 | 6 | -------------------------------------------------------------------------------- /assets/templates/files_icons/applescript.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /assets/templates/files_icons/appveyor.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /assets/templates/files_icons/arduino.svg: -------------------------------------------------------------------------------- 1 | Layer 1 -------------------------------------------------------------------------------- /assets/templates/files_icons/audio.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /assets/templates/files_icons/c.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /assets/templates/files_icons/certificate.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /assets/templates/files_icons/changelog.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /assets/templates/files_icons/clojure.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /assets/templates/files_icons/cmake.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /assets/templates/files_icons/code-climate.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /assets/templates/files_icons/code-climate_light.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /assets/templates/files_icons/coffee.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /assets/templates/files_icons/conduct.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /assets/templates/files_icons/console.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /assets/templates/files_icons/contributing.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /assets/templates/files_icons/cpp.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /assets/templates/files_icons/credits.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /assets/templates/files_icons/csharp.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /assets/templates/files_icons/css-map.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /assets/templates/files_icons/css.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /assets/templates/files_icons/database.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /assets/templates/files_icons/diff.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /assets/templates/files_icons/document.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /assets/templates/files_icons/dotjs.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /assets/templates/files_icons/drone.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /assets/templates/files_icons/drone_light.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /assets/templates/files_icons/ejs.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /assets/templates/files_icons/elixir.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /assets/templates/files_icons/email.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /assets/templates/files_icons/erlang.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /assets/templates/files_icons/exe.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /assets/templates/files_icons/favicon.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /assets/templates/files_icons/file.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /assets/templates/files_icons/firebase.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /assets/templates/files_icons/flow.svg: -------------------------------------------------------------------------------- 1 | 2 | 8 | -------------------------------------------------------------------------------- /assets/templates/files_icons/folder-audio-open.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /assets/templates/files_icons/folder-audio.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /assets/templates/files_icons/folder-aws-open.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /assets/templates/files_icons/folder-aws.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /assets/templates/files_icons/folder-ci-open.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /assets/templates/files_icons/folder-ci.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /assets/templates/files_icons/folder-class-open.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /assets/templates/files_icons/folder-class.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /assets/templates/files_icons/folder-components-open.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /assets/templates/files_icons/folder-components.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /assets/templates/files_icons/folder-coverage-open.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /assets/templates/files_icons/folder-coverage.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /assets/templates/files_icons/folder-css-open.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /assets/templates/files_icons/folder-css.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /assets/templates/files_icons/folder-dist-open.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /assets/templates/files_icons/folder-dist.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /assets/templates/files_icons/folder-docs-open.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /assets/templates/files_icons/folder-docs.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /assets/templates/files_icons/folder-export-open.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /assets/templates/files_icons/folder-export.svg: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /assets/templates/files_icons/folder-font-open.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /assets/templates/files_icons/folder-font.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /assets/templates/files_icons/folder-images-open.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /assets/templates/files_icons/folder-images.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /assets/templates/files_icons/folder-import-open.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /assets/templates/files_icons/folder-import.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /assets/templates/files_icons/folder-include-open.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /assets/templates/files_icons/folder-include.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /assets/templates/files_icons/folder-jinja-open.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /assets/templates/files_icons/folder-jinja-open_light.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /assets/templates/files_icons/folder-jinja.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /assets/templates/files_icons/folder-jinja_light.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /assets/templates/files_icons/folder-lib-open.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /assets/templates/files_icons/folder-lib.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /assets/templates/files_icons/folder-log-open.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /assets/templates/files_icons/folder-log.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /assets/templates/files_icons/folder-markdown-open.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /assets/templates/files_icons/folder-markdown.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /assets/templates/files_icons/folder-messages-open.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /assets/templates/files_icons/folder-messages.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /assets/templates/files_icons/folder-open.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/templates/files_icons/folder-phpmailer-open.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /assets/templates/files_icons/folder-phpmailer.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /assets/templates/files_icons/folder-resource-open.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /assets/templates/files_icons/folder-resource.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /assets/templates/files_icons/folder-root-open.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/templates/files_icons/folder-root.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/templates/files_icons/folder-routes-open.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /assets/templates/files_icons/folder-routes.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /assets/templates/files_icons/folder-scripts-open.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /assets/templates/files_icons/folder-scripts.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /assets/templates/files_icons/folder-sublime-open.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /assets/templates/files_icons/folder-sublime.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /assets/templates/files_icons/folder-temp-open.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /assets/templates/files_icons/folder-temp.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /assets/templates/files_icons/folder-test-open.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /assets/templates/files_icons/folder-test.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /assets/templates/files_icons/folder-video-open.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /assets/templates/files_icons/folder-video.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /assets/templates/files_icons/folder-views-open.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /assets/templates/files_icons/folder-views.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /assets/templates/files_icons/folder-vscode-open.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /assets/templates/files_icons/folder-vscode.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /assets/templates/files_icons/folder-vue-open.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /assets/templates/files_icons/folder-vue.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /assets/templates/files_icons/folder.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/templates/files_icons/font.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /assets/templates/files_icons/fsharp.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /assets/templates/files_icons/gemfile.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /assets/templates/files_icons/git.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /assets/templates/files_icons/gulp.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /assets/templates/files_icons/h.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /assets/templates/files_icons/hack.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /assets/templates/files_icons/haskell.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /assets/templates/files_icons/hcl.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /assets/templates/files_icons/hcl_light.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /assets/templates/files_icons/heroku.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /assets/templates/files_icons/hpp.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /assets/templates/files_icons/html.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /assets/templates/files_icons/image.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /assets/templates/files_icons/java.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /assets/templates/files_icons/javascript.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /assets/templates/files_icons/jinja.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /assets/templates/files_icons/jinja_light.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /assets/templates/files_icons/json.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /assets/templates/files_icons/julia.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /assets/templates/files_icons/karma.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /assets/templates/files_icons/key.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /assets/templates/files_icons/kivy.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /assets/templates/files_icons/lib.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /assets/templates/files_icons/lock.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /assets/templates/files_icons/log.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /assets/templates/files_icons/lua.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /assets/templates/files_icons/markdown.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /assets/templates/files_icons/merlin.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /assets/templates/files_icons/mxml.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /assets/templates/files_icons/nim.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /assets/templates/files_icons/npm.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | n 7 | 8 | 9 | -------------------------------------------------------------------------------- /assets/templates/files_icons/nunjucks.svg: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /assets/templates/files_icons/perl.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /assets/templates/files_icons/powerpoint.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /assets/templates/files_icons/puppet.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /assets/templates/files_icons/qml.svg: -------------------------------------------------------------------------------- 1 | file_type_qml -------------------------------------------------------------------------------- /assets/templates/files_icons/raml.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /assets/templates/files_icons/razor.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /assets/templates/files_icons/readme.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /assets/templates/files_icons/reason.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /assets/templates/files_icons/routing.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /assets/templates/files_icons/ruby.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /assets/templates/files_icons/san.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /assets/templates/files_icons/sbt.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /assets/templates/files_icons/scala.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /assets/templates/files_icons/settings.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /assets/templates/files_icons/shaderlab.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /assets/templates/files_icons/slim.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /assets/templates/files_icons/smarty.svg: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /assets/templates/files_icons/solidity.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /assets/templates/files_icons/stencil.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /assets/templates/files_icons/stencil_light.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /assets/templates/files_icons/stylus.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /assets/templates/files_icons/swift.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /assets/templates/files_icons/table.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /assets/templates/files_icons/terraform.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /assets/templates/files_icons/test-js.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /assets/templates/files_icons/test-jsx.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /assets/templates/files_icons/test-ts.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /assets/templates/files_icons/tex.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /assets/templates/files_icons/todo.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /assets/templates/files_icons/tune.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /assets/templates/files_icons/url.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /assets/templates/files_icons/verilog.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /assets/templates/files_icons/video.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /assets/templates/files_icons/virtual.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /assets/templates/files_icons/visualstudio.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /assets/templates/files_icons/vscode.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | BrandVisualStudioCode 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /assets/templates/files_icons/vue.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /assets/templates/files_icons/wallaby.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /assets/templates/files_icons/wepy.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /assets/templates/files_icons/word.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /assets/templates/files_icons/xaml.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /assets/templates/files_icons/xml.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /assets/templates/files_icons/yaml.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /assets/templates/files_icons/yang.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /assets/templates/files_icons/zip.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /assets/templates/nav.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/assets/templates/nav.png -------------------------------------------------------------------------------- /assets/templates/tab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/assets/templates/tab.png -------------------------------------------------------------------------------- /core/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/core/__init__.py -------------------------------------------------------------------------------- /install.py: -------------------------------------------------------------------------------- 1 | import os 2 | from pathlib import Path 3 | import utils 4 | import simplejson as Json 5 | #os.system("pip install -r requirements.txt") 6 | folder_names=['plugins/python','config','logs','logs/studio','logs/emulator'] 7 | 8 | if not os.path.exists(f'{Path.home}/.kvStudio/'): 9 | for i in utils.PATHS: 10 | if utils.PATHS[i].endswith('/'): 11 | os.makedirs(f'{utils.PATHS[i]}') 12 | else: 13 | for i in utils.PATHS: 14 | if not os.path.exists(i): 15 | if utils.PATHS[i].endswith('/'): 16 | os.makedirs(f'{i}') 17 | if not os.path.exists(utils.PATHS['THEME_CONFIG']): 18 | with open(utils.PATHS['THEME_CONFIG'],'x') as f: 19 | f.write(Json.dumps(utils.THEMES,indent=4)) -------------------------------------------------------------------------------- /plugins/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/plugins/__init__.py -------------------------------------------------------------------------------- /plugins/python/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/plugins/python/__init__.py -------------------------------------------------------------------------------- /plugins/python/fridoPlugin/Dot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/plugins/python/fridoPlugin/Dot.png -------------------------------------------------------------------------------- /plugins/python/fridoPlugin/fri.py: -------------------------------------------------------------------------------- 1 | 2 | __all__=['hello'] 3 | 4 | def hello(): 5 | print("yes it works!") -------------------------------------------------------------------------------- /plugins/python/fridoPlugin/frido.qml: -------------------------------------------------------------------------------- 1 | import QtQuick 2.15 2 | import QtQuick.Window 2.15 3 | import QtQuick.Controls 2.15 4 | import QtQuick.Controls.Material 2.15 5 | import QtCharts 2.15 6 | import QtQuick.Layouts 1.0 7 | import QtQuick.Dialogs 1.2 8 | import Qt.labs.folderlistmodel 2.15 9 | import QtQml.Models 2.2 10 | 11 | Item{ 12 | anchors.fill:parent 13 | Text{ 14 | text:'frido' 15 | } 16 | } -------------------------------------------------------------------------------- /plugins/python/fridoPlugin/fridoPlugin.py: -------------------------------------------------------------------------------- 1 | __all__=['CONFIG'] 2 | 3 | CONFIG={ 4 | 'name':'Einswilli', 5 | 'author':'frido', 6 | 'type':'', 7 | 'description':'plugin de frido', 8 | 'version':'1.1', 9 | 'icon':'fridoPlugin/Dot.png', 10 | 'template':'frido.qml', 11 | 'backend':'fri.py', 12 | 'display_view':'leftbar' 13 | } -------------------------------------------------------------------------------- /plugins/python/graciaPlugin/Dot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/plugins/python/graciaPlugin/Dot.png -------------------------------------------------------------------------------- /plugins/python/graciaPlugin/gra.py: -------------------------------------------------------------------------------- 1 | __all__=['hellogra'] 2 | 3 | def hellogra(): 4 | print("yes gracia plugin works!") -------------------------------------------------------------------------------- /plugins/python/graciaPlugin/gracia.qml: -------------------------------------------------------------------------------- 1 | import QtQuick 2.15 2 | import QtQuick.Window 2.15 3 | import QtQuick.Controls 2.15 4 | import QtQuick.Controls.Material 2.15 5 | import QtCharts 2.15 6 | import QtQuick.Layouts 1.0 7 | import QtQuick.Dialogs 1.2 8 | import Qt.labs.folderlistmodel 2.15 9 | import QtQml.Models 2.2 10 | 11 | Item{ 12 | anchors.fill:parent 13 | Text{ 14 | text:'gracia' 15 | } 16 | } -------------------------------------------------------------------------------- /plugins/python/graciaPlugin/graciaPlugin.py: -------------------------------------------------------------------------------- 1 | __all__=['CONFIG'] 2 | 3 | CONFIG={ 4 | 'name':'grachouchou', 5 | 'author':'Gacia', 6 | 'type':'', 7 | 'description':'plugin degracia', 8 | 'version':'1.0', 9 | 'icon':'graciaPlugin/Dot.png', 10 | 'template':'gracia.qml', 11 | 'backend':'gra.py', 12 | 'display_view':'leftbar' 13 | } 14 | -------------------------------------------------------------------------------- /qml/Butts.qml: -------------------------------------------------------------------------------- 1 | import QtQuick 2.15 2 | import QtQuick.Window 2.15 3 | import QtQuick.Controls 2.15 4 | import QtQuick.Controls.Material 2.15 5 | import QtCharts 2.15 6 | import QtQuick.Layouts 1.0 7 | 8 | Item{ 9 | 10 | property color back_color 11 | property string butt_text: 'ctrl' 12 | property color text_color 13 | property int hg:0 14 | property int wh:0 15 | 16 | Rectangle{ 17 | width:wh==0?text.width+15:wh 18 | height:hg==0?text.height+10:hg 19 | color:back_color 20 | radius:12 21 | border.width:1 22 | border.color:'#464647' 23 | 24 | Text{ 25 | id:text 26 | text:butt_text 27 | font.pixelSize:15 28 | font.bold:true 29 | color:text_color 30 | anchors.centerIn: parent 31 | } 32 | } 33 | } -------------------------------------------------------------------------------- /qml/PreviewDelegate.qml: -------------------------------------------------------------------------------- 1 | import QtQuick 2.15 2 | 3 | Item { 4 | id: delegate 5 | property string text 6 | width: parent.width 7 | height: itemRect.height + 2 8 | 9 | Rectangle { 10 | id: itemRect 11 | 12 | height: textComponent.height 13 | width: parent.width - 2 14 | 15 | anchors.verticalCenter: parent.verticalCenter 16 | anchors.horizontalCenter: parent.horizontalCenter 17 | 18 | color: "#333333" 19 | radius: 5 20 | border { 21 | width: 2 22 | color: "gray" 23 | } 24 | 25 | Text { 26 | width: parent.width - 10 27 | anchors.horizontalCenter: parent.horizontalCenter 28 | id: textComponent 29 | color: "white" 30 | text: delegate.text 31 | } 32 | } 33 | } 34 | -------------------------------------------------------------------------------- /qml/QmlCompletionBox.qmlproject: -------------------------------------------------------------------------------- 1 | /* File generated by Qt Creator, version 2.6.2 */ 2 | 3 | import QmlProject 2.15 4 | 5 | Project { 6 | mainFile: "Main.qml" 7 | 8 | /* Include .qml, .js, and image files from current directory and subdirectories */ 9 | QmlFiles { 10 | directory: "." 11 | } 12 | JavaScriptFiles { 13 | directory: "." 14 | } 15 | ImageFiles { 16 | directory: "." 17 | } 18 | /* List of plugin directories passed to QML runtime */ 19 | // importPaths: [ "../exampleplugin" ] 20 | } 21 | -------------------------------------------------------------------------------- /qml/SuggestionsPreview.qml: -------------------------------------------------------------------------------- 1 | import QtQuick 2.15 2 | 3 | Rectangle { 4 | 5 | property alias model: completionsHint.model 6 | 7 | color: "#333333" 8 | radius: 5 9 | border { 10 | width: 1 11 | color: "#333333" 12 | } 13 | 14 | //anchors.top: inputField.bottom 15 | anchors.left: parent.left 16 | anchors.right: parent.right 17 | anchors.bottom: parent.bottom 18 | anchors.margins: 10 19 | 20 | ListView { 21 | 22 | anchors.fill: parent 23 | anchors.margins: 5 24 | clip: true 25 | spacing: 4 26 | 27 | id: completionsHint 28 | delegate: PreviewDelegate { 29 | text: model.name 30 | } 31 | } 32 | } 33 | -------------------------------------------------------------------------------- /qml/Tab.qml: -------------------------------------------------------------------------------- 1 | import QtQuick 2.15 2 | import QtQuick.Window 2.15 3 | import QtQuick.Controls 2.15 4 | import QtQuick.Controls.Material 2.15 5 | import QtCharts 2.15 6 | import QtQuick.Layouts 1.0 7 | //import Qt5Compat.GraphicalEffects 8 | 9 | Loader{ 10 | id:tab 11 | anchors.fill: parent 12 | property string title 13 | property bool __inserted:false 14 | 15 | Accessible.role: Accessible.LayeredPane 16 | active:false 17 | visible:false 18 | 19 | activeFocusOnTab:false 20 | onVisibleChanged: if (visible) active=true 21 | 22 | default property alias component: tab.sourceComponent 23 | 24 | } -------------------------------------------------------------------------------- /qml/TextIcon.qml: -------------------------------------------------------------------------------- 1 | import QtQuick 2.0 2 | 3 | Item{ 4 | id:root 5 | property string color:'#CCCCCC' 6 | property int _size:14 7 | property string text:'\uF16C' 8 | property bool bold:false 9 | 10 | 11 | Rectangle{ 12 | height: childrenRect.height 13 | width: childrenRect.width 14 | anchors.centerIn: parent 15 | color:'transparent' 16 | 17 | Text{ 18 | FontLoader { id: uifont; source: "../assets/fonts/mdicons.ttf" } 19 | font.family: uifont.name 20 | text:root.text 21 | color:root.color 22 | font.pointSize:root._size 23 | font.bold:root.bold 24 | } 25 | } 26 | } -------------------------------------------------------------------------------- /qml/UIText.qml: -------------------------------------------------------------------------------- 1 | import QtQuick 2.0 2 | 3 | Text { 4 | FontLoader { id: uifont; source: "../assets/fonts/Olivia & Kevin.ttf" } 5 | 6 | font.family: uifont.name; 7 | font.pixelSize: 14; 8 | } -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/requirements.txt -------------------------------------------------------------------------------- /studio.sqlite: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Einswilli/KivymdStudio/3710c07cf16b353d4937dbfe9bd823e1e952741e/studio.sqlite --------------------------------------------------------------------------------