This repository serves as a template for building Linux desktop applications using Python and GTK. It provides a structured starting point with example code and resources, allowing developers to quickly bootstrap their projects.
- Python: Written in Python, a versatile programming language.
- GTK: Utilizes GTK for building the graphical user interface.
- Example UI: Includes a basic application window with a menu and icons.
- Desktop Entry: Provides a
.desktop
file for integration with desktop environments.
To start using this template, clone the repository and follow the setup instructions.
- Python 3.x
- GTK 3.x
-
Clone the repository:
git clone https://github.com/ProjectDreadman/LinuxAppTemplate.git cd LinuxAppTemplate
-
Install dependencies:
pip install -r requirements.txt
-
Run the application
python app/main.py
Contributions are welcome! Feel free to fork this repository, make improvements(via pull request), and submit pull requests.
This project is licensed under the MIT License - see the LICENSE file for details.