{"id":16697786,"url":"https://github.com/pieroproietti/pengui","last_synced_at":"2025-04-10T02:53:32.161Z","repository":{"id":214091473,"uuid":"735647303","full_name":"pieroproietti/pengui","owner":"pieroproietti","description":"penGUI take cure of eggs!","archived":false,"fork":false,"pushed_at":"2024-04-14T09:44:31.000Z","size":106199,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-04-14T09:45:34.113Z","etag":null,"topics":["gui","penguins-eggs","pyside6","python","remaster"],"latest_commit_sha":null,"homepage":"https://penguins-eggs.net","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pieroproietti.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-12-25T17:09:58.000Z","updated_at":"2024-05-01T16:46:18.592Z","dependencies_parsed_at":"2024-01-12T22:16:44.456Z","dependency_job_id":"b6096996-eaa5-447d-9c37-0eb80a0b77df","html_url":"https://github.com/pieroproietti/pengui","commit_stats":null,"previous_names":["pieroproietti/pengui"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pieroproietti%2Fpengui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pieroproietti%2Fpengui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pieroproietti%2Fpengui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pieroproietti%2Fpengui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pieroproietti","download_url":"https://codeload.github.com/pieroproietti/pengui/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248147304,"owners_count":21055520,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["gui","penguins-eggs","pyside6","python","remaster"],"created_at":"2024-10-12T17:49:14.751Z","updated_at":"2025-04-10T02:53:32.141Z","avatar_url":"https://github.com/pieroproietti.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# penGUI take cure of eggs!\npenGUI makes it easier to learn eggs commands: once you learn them, you will probably use it less, but a GUI for penguins-eggs was needed and is now there is.\n\n![icon](https://github.com/pieroproietti/pengui/raw/main/assets/pengui.png?raw=true)\n\n**Status:** starting from **0.7.x** series penGUI, is again a little wild, but usable and I recommend it, expecially for new users.\n\n**Notice:** In case penGUI does not start, you can try installing `libxcb-cursor`. eg:\n\n```\nsudo apt-get install libxcb-cursor\n```\n\nI tried penGUI on Debian and Arch. There is not yet a package for Arch, Manjaro and derivatives but you can directly use the [pengui-0-7-x.bin](https://sourceforge.net/projects/penguins-eggs/files/DEBS/) which is an executable.\n\n# Download\n\nYou can download [penGUI](https://sourceforge.net/projects/penguins-eggs/files/DEBS/) and install it with `dpkg -i pengui-0.7.x.deb` and start from the terminal giving: `pengui` as normal user or from the the usual desktop link. \n\nThe icon is changed now, I still a penguin from [wikipedia](https://en.wikipedia.org/wiki/File:Penguin_icon.svg#filelinks), the icon was created from user FormalDude: thanks a lot! I like it very much, and I think can adopt this nice penguin, we need same others icons too and I home some graphic designer will take the trouble to design a custom icon, I'm not able.\n\n## x-terminal-emulator\npenGUI uses `x-terminal-emulator` to open a terminal window and launch eggs commands; which terminal will be opened depends on your configuration, but you can change it with the command:\n\n`sudo update-alternatives --config x-terminal-emulator`\n\nOn my development machine, I feelme confortable with `xfce4-terminal`,  **gnome-terminal** work too, but **x-term** and **konsole** not. We must understand why.\n\n\n# Development prerequisites\nFor penGUI development I am using python 3.11.2 and PySide6 on a common Debian bookworm, in my case the classic [colibri](https://sourceforge.net/projects/penguins-eggs/files/ISOS/debian/bookworm/amd64/). \n\nI added only the following packages:\n\n`sudo apt install build-essential`\n\n`sudo apt install python3-pip python3-venv`\n\nFor pyside6 to work properly, I also installed:\n\n`sudo apt install libxcb-cursor0` \n\n# sources\nThis is the repository of pengui, to get this sources just: \n\n`git clone https://github.com/pieroproietti/pengui`\n\nIt is recommended, however to create yourself a [fork](https://github.com/pieroproietti/pengui/fork) of the repository, so that you can manage the project yourself and possibly create some [Pull Requests](https://github.com/pieroproietti/pengui/pulls).\n\n# start to develop\nJust run `bin/create_venv` from the root of the project and and follow the instructions. Under `bin`, there are usefull scripts to `run`, `create-bin`, `create-deb`, etc. They must always be run from the root of the project and have a self-explanatory name.\n\n## Create bin\nWe are using [nuitka](https://nuitka.net/) **2.1.5** on [python](https://www.python.org/) **3.11.2**. To create bin, we need to install too:\n\n`sudo apt install ccache patchelf`\n\n## Create Debian packages\nTo create Debian packages we need to install [fpm](https://fpm.readthedocs.io/en/v1.15.1/). \n\nFirst install ruby `sudo apt install ruby`, then with gem, install fpm.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpieroproietti%2Fpengui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpieroproietti%2Fpengui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpieroproietti%2Fpengui/lists"}