Emilion

所属分类:Python编程
开发工具:Python
文件大小:0KB
下载次数:0
上传日期:2023-08-09 15:17:38
上 传 者sh-1993
说明:  Tkinter应用程序启动器,
(Tkinter Application Launcher,)

文件列表:
Emilion.py (4103, 2023-11-18)

Emilion


This project is made for learning but also for the challange. It should not be neccesary to leave the running program mostly. Although this won't be the case exactly as many things are very hard to implement. This is planned to become a Mini-Desktop.

Features


Ice Menu
This is where all the applications that can be used are listed. The Menu can be hidden at any time by dragging the slider to the left side.
Here is a list of those applications.
  • Starting page
Fire Menu
This is where the current application will get displayed.

How to install Tkinter


With these commands you can install Tkinter and run any Program using the Tkinter library from the Terminal 1. macOS
  • brew install python-tk
2. Linux (Arch)
  • sudo pacman -S tk

Why is everything in one file

Because importing a class with drawing graphics will only be able to draw on a fixed surface (at specific location). This is not what I want. I want the graphics to attach to the right frame. Classes can't access the main file from their location. So I need to use this hack for it work properly and for me to be able to scale everything up. This is how it's gonna be till I find a better way.


近期下载者

相关文件


收藏者