{"id":15015539,"url":"https://github.com/kourva/signull","last_synced_at":"2025-04-12T09:15:19.478Z","repository":{"id":151408950,"uuid":"609848108","full_name":"Kourva/SigNull","owner":"Kourva","description":"Simple \"Social media Template\" app for android made in Python (Kivy)","archived":false,"fork":false,"pushed_at":"2024-08-25T15:09:54.000Z","size":2014,"stargazers_count":10,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-12T09:15:09.494Z","etag":null,"topics":["andoid","android-application","kivy","kivy-framework","python3","social-media","template"],"latest_commit_sha":null,"homepage":"","language":"kvlang","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Kourva.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-03-05T12:30:06.000Z","updated_at":"2025-03-05T06:37:20.000Z","dependencies_parsed_at":null,"dependency_job_id":"9eed5737-1ddc-4d41-8875-3fb02bd8ed0e","html_url":"https://github.com/Kourva/SigNull","commit_stats":{"total_commits":17,"total_committers":2,"mean_commits":8.5,"dds":"0.11764705882352944","last_synced_commit":"fa381e4fac1b4321e2a5126de049c839e75c5dd4"},"previous_names":["kozyol/signull","kourva/signull"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kourva%2FSigNull","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kourva%2FSigNull/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kourva%2FSigNull/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kourva%2FSigNull/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Kourva","download_url":"https://codeload.github.com/Kourva/SigNull/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248543838,"owners_count":21121838,"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":["andoid","android-application","kivy","kivy-framework","python3","social-media","template"],"created_at":"2024-09-24T19:47:35.798Z","updated_at":"2025-04-12T09:15:19.457Z","avatar_url":"https://github.com/Kourva.png","language":"kvlang","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\" \u003e\n    \u003cimg align=\"center\" src=\"https://user-images.githubusercontent.com/118578799/222961586-6208d079-0ed0-439d-9e4f-8eb3311aee8d.png\" /\u003e\n    \u003ch1 align=\"center\"\u003e SigNull XxX \u003c/h1\u003e\n    \u003cp align=\"center\"\u003e\u003cb\u003e Simple \"Social media Template\" app for android made in Python (Kivy) \u003c/b\u003e\u003cp\u003e\n\u003c/p\u003e\n\n#### features\n+ MultiScreen\n+ Simple \u0026 Beautiful\n+ Main menu\n+ Console menu\n+ Notification menu\n+ Profile menu\n+ Profile edit menu\n\n# Setup\n+ clone\n```bash\ngit clone https://github.com/Kourva/SigNull \u0026 cd SigNull\n```\n+ requirements\n```bash\nchmod +x Lib/install.sh \u0026\u0026 ./Lib/install.sh\n```\n+ run\n```bash\npython3 main.py\n```\n\n\u003cp align=\"center\"\u003e\n    \u003cimg align=\"center\" src=\"https://user-images.githubusercontent.com/118578799/219371927-2ebe765b-cdef-4b61-94d5-abd2b63d56f9.png\" width=90 height=90 /\u003e\n    \u003ch1 align=\"center\"\u003e Kivy to APK \u003c/h1\u003e\n    \u003cp align=\"center\"\u003e\u003cb\u003e Convert your Kivy file into apk \u003c/b\u003e\u003c/p\u003e\n\u003c/p\u003e\n\n###### You have 2 ways to do this. first way is [Google Colab](https://colab.research.google.com/). you can convert your Kivy file into APK fast and easy.\n###### Second way is manual way. you need to do following stuff step by step\n+ install required python libraries\n```bash\npip install buildozer cython kivy pillow plyer\n```\n+ install required developer packages\n```bash\nsudo apt-get install -y \\\n    python3-pip \\\n    build-essential \\\n    git \\\n    python3 \\\n    python3-dev \\\n    ffmpeg \\\n    libsdl2-dev \\\n    libsdl2-image-dev \\\n    libsdl2-mixer-dev \\\n    libsdl2-ttf-dev \\\n    libportmidi-dev \\\n    libswscale-dev \\\n    libavformat-dev \\\n    libavcodec-dev \\\n    zlib1g-dev\n```\n+ install required plugins\n```bash\nsudo apt-get install -y \\\n    libgstreamer1.0 \\\n    gstreamer1.0-plugins-base \\\n    gstreamer1.0-plugins-good\n```\n+ install required packages\n```bash\nsudo apt-get install -y \\\n    build-essential \\\n    libsqlite3-dev \\\n    sqlite3 \\\n    bzip2 \\\n    libbz2-dev \\\n    zlib1g-dev \\\n    libssl-dev \\\n    openssl \\\n    libgdbm-dev \\\n    libgdbm-compat-dev \\\n    liblzma-dev \\\n    libreadline-dev \\\n    libncursesw5-dev \\\n    libffi-dev \\\n    uuid-dev \\\n    libffi6\n```\n+ install this package\n```bash\nsudo apt-get install libffi-dev\n```\n+ init buildozer file (If you don't have **buildozer.spec** file. otherwise skip this step)\n```bash\nbuildozer init\n```\n+ build the app\n```bash\nbuildozer -v android debug\n```\n+ if you get any error, clear the data and rebuild again\n```bash\nbuildozer android clean\n```\n\n\n# Thanks\n###### You can give me a star if you find this tool helpfull. Wishing you all the best.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkourva%2Fsignull","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkourva%2Fsignull","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkourva%2Fsignull/lists"}