Skip to content

aloraDE aims to build a cross platform desktop environment in python3 with Qt.

Notifications You must be signed in to change notification settings

abhirajranjan/aloraDE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Alora Desktop Enviroment

Alora DE or ADE aims to build a platform independent environment with integrated apps and widgets

Requirements

Getting Started

clone this repo and run src/main.py
	git clone [email protected]:abhirajranjan/aloraDE
	python3 src/main.py 

Run Whole Desktop

simply run src/main.py without any args will run desktop interface by default
python src/main.py

or

python src/main.py --desktop

Run Specific Widget

simply run src/main.py with the widget package name that u want to run, include multiple if you want to run many. 
python src/main.py wallpaper

File Structure

Files in src/packages contains all the addon apps that can be used in the environment.

All the packages that has to do with GUI can integrate src/shell.py in to include some pre UI things and some additional features within Qt.

Alora DE also contains its own desktop to run as a complimantory desktop with existing one.

Packages are builds in that way that they can be executed as a standalone widgets without its desktop interface.

About

aloraDE aims to build a cross platform desktop environment in python3 with Qt.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages