{"id":20121618,"url":"https://github.com/suwadith/blog-application-python-kivy-mysql","last_synced_at":"2026-02-15T08:33:53.106Z","repository":{"id":100230108,"uuid":"487591839","full_name":"Suwadith/Blog-Application-Python-Kivy-MySQL","owner":"Suwadith","description":"A simple blogging application built using the Kivy framework.","archived":false,"fork":false,"pushed_at":"2022-12-13T00:10:44.000Z","size":74,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-21T03:41:54.523Z","etag":null,"topics":["kivy","kivymd","mysql","python"],"latest_commit_sha":null,"homepage":"","language":"Python","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/Suwadith.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":"2022-05-01T16:53:42.000Z","updated_at":"2025-01-24T20:42:29.000Z","dependencies_parsed_at":"2023-06-26T00:32:32.962Z","dependency_job_id":null,"html_url":"https://github.com/Suwadith/Blog-Application-Python-Kivy-MySQL","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Suwadith/Blog-Application-Python-Kivy-MySQL","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Suwadith%2FBlog-Application-Python-Kivy-MySQL","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Suwadith%2FBlog-Application-Python-Kivy-MySQL/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Suwadith%2FBlog-Application-Python-Kivy-MySQL/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Suwadith%2FBlog-Application-Python-Kivy-MySQL/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Suwadith","download_url":"https://codeload.github.com/Suwadith/Blog-Application-Python-Kivy-MySQL/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Suwadith%2FBlog-Application-Python-Kivy-MySQL/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29473718,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-15T06:58:05.414Z","status":"ssl_error","status_checked_at":"2026-02-15T06:58:05.085Z","response_time":118,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["kivy","kivymd","mysql","python"],"created_at":"2024-11-13T19:30:28.096Z","updated_at":"2026-02-15T08:33:53.087Z","avatar_url":"https://github.com/Suwadith.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Blog-Application-Python-Kivy-MySQL\n\n## Software requirements\n  1. Python 3.9.x\n  2. Latest pip version 22.0.x\n\n\n## Setting up the MySQL DB\n  1. create a user on the db with username='admin' and password='admin' with all the admin/root privileges\n  2. create a database named 'blog'\n  3. import the Assets/blog.sql file on to the database\n  4. make sure the server is up and running and using the default port\n\n\n## Setting up the virtual environment and executing the program\n  1. execute the following command on the root directory(basically inside the code repository) to set up the virtual environment\n  \n    $ python3 -m venv venv\n    \n  2. execute the below command on the same directory to use or activate the virtual environment\n  \n  - Windows\n  \n    \u003e $ venv\\Scripts\\activate\n    \n  - Linux\n  \n    \u003e $ source venv/bin/activate\n    \n  3. install the dependencies using the following command using the virtual environment\n  \n    $ pip install -r requirements.txt\n    \n  4. run the following command to start the kivy app using the virtual environment\n  \n    $ python Main.py\n\n\n## Screens - Left to Right (Can be navigated using different icons provided in the top toolbar)\n  1. Public Screen (Home Icon)\n  - Used to view posts that are not restricted. Anyone can view without logging in\n    \n  2. Members Screen (Group of people Icon)\n  - Used to view posts that are member restricted. only logged in registered users can view posts in this section.\n    \n  3. Private Screen (Lock Icon)\n  - Used to display all the posts made by the current logged-in user and gives them teh ability to edit and delete posts their posts.\n    \n  4. Create Post Screen (Plus Icon)\n  - logged-in member will be able to create a blog post. They can choose between public view and member only view.\n    \n  5. Admin Screen (Head Icon)\n  - If the logged-in user is the admin then he'll be able to view all the activity related log entries on a list\n    \n  6. Login/Registration Screen (Power Icon)\n  - Can log in as a normal member or an admin. Or you can register as a non-admin user.\n    \n\n\n### Pre created users\n  1. Admin user\n  \n    username: admin\n    password: Admin$123\n    \n  2. Member user\n  \n    username: charles\n    password: Charles$123\n\n\n\u003e Note: This program was developed as part of an assessment given by the Middlesex University\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsuwadith%2Fblog-application-python-kivy-mysql","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsuwadith%2Fblog-application-python-kivy-mysql","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsuwadith%2Fblog-application-python-kivy-mysql/lists"}