{"id":31328036,"url":"https://github.com/bpavan16/qa-jotdowner","last_synced_at":"2026-05-14T20:31:57.121Z","repository":{"id":313755804,"uuid":"960170038","full_name":"bPavan16/QA-Jotdowner","owner":"bPavan16","description":"A GUI application for creating and formatting programming questions answers in Markdown format","archived":false,"fork":false,"pushed_at":"2025-09-08T07:55:53.000Z","size":18,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-08T09:31:38.563Z","etag":null,"topics":["markdown-editor","python","tkinter-gui"],"latest_commit_sha":null,"homepage":"","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/bPavan16.png","metadata":{"files":{"readme":"README.md","changelog":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-04-04T01:15:16.000Z","updated_at":"2025-09-08T07:55:57.000Z","dependencies_parsed_at":"2025-09-08T17:00:21.166Z","dependency_job_id":null,"html_url":"https://github.com/bPavan16/QA-Jotdowner","commit_stats":null,"previous_names":["bpavan16/qa-jotdowner"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/bPavan16/QA-Jotdowner","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bPavan16%2FQA-Jotdowner","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bPavan16%2FQA-Jotdowner/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bPavan16%2FQA-Jotdowner/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bPavan16%2FQA-Jotdowner/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bPavan16","download_url":"https://codeload.github.com/bPavan16/QA-Jotdowner/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bPavan16%2FQA-Jotdowner/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276999122,"owners_count":25742807,"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","status":"online","status_checked_at":"2025-09-25T02:00:09.612Z","response_time":80,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["markdown-editor","python","tkinter-gui"],"created_at":"2025-09-25T23:44:32.067Z","updated_at":"2025-09-25T23:44:33.772Z","avatar_url":"https://github.com/bPavan16.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Markdown Question Formatter 📝\r\n\r\nA beautiful dark-themed GUI application for creating and formatting programming questions in Markdown format. Perfect for instructors,programmers, or anyone who frequently creates programming problem solutions in a markdown file.\r\n\r\n## 🌟 Features\r\n\r\n- **Modern dark theme UI** with split view interface\r\n- **Easy form-based input** for creating structured programming questions\r\n- **Live preview** of generated Markdown content\r\n- **Save to file** functionality for exporting your questions\r\n- **Smart formatting** with emoji integration for better readability\r\n- **C++ code formatting** with syntax highlighting in the output markdown\r\n\r\n## 📷 Screenshots\r\n\r\n![image](https://github.com/user-attachments/assets/ec1b64d2-b09c-4659-b6a6-547b20c1f3c0)\r\n\r\n## 🚀 Installation\r\n\r\n### Prerequisites\r\n\r\n- Python 3.6 or higher\r\n- Tkinter (usually comes bundled with Python)\r\n\r\n### Setup\r\n\r\n1. Clone the repository:\r\n\r\n   ```bash\r\n   git clone https://github.com/bPavan16/md-maker.git\r\n   cd md-maker/markdown-generator\r\n   ```\r\n\r\n2. Run the application:\r\n   ```bash\r\n   python code/app.py\r\n   ```\r\n\r\n## 🔍 How to Use\r\n\r\n1. Fill in the form fields:\r\n\r\n   - **Question Name**: The title of your programming problem\r\n   - **Description**: Detailed explanation of the problem\r\n   - **Input List**: Format and examples of expected input\r\n   - **Output List**: Format and examples of expected output\r\n   - **C++ Code**: Solution code with implementation\r\n\r\n2. Click \"📌 Preview\" to see how the markdown will appear\r\n\r\n3. Click \"💾 Save\" to export your markdown file\r\n\r\n4. Use \"🗑 Clear\" to reset the form for a new question\r\n\r\n## 🛠️ Technical Details\r\n\r\nThe application is built with:\r\n\r\n- Python\r\n- Tkinter for GUI\r\n- TTK for styled widgets\r\n- Custom dark theme styling for better eye comfort\r\n\r\n## 👨‍💻 Author\r\n\r\nCreated by [bPavan16](https://github.com/bPavan16)\r\n\r\n## 📜 License\r\n\r\nThis project is licensed under the MIT License - see the LICENSE file for details.\r\n\r\n## 🤝 Contributing\r\n\r\nContributions, issues, and feature requests are welcome! Feel free to check the issues page.\r\n\r\n---\r\n\r\n⭐️ Star this project if you find it useful!\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbpavan16%2Fqa-jotdowner","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbpavan16%2Fqa-jotdowner","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbpavan16%2Fqa-jotdowner/lists"}