{"id":26894604,"url":"https://github.com/kibuulenoah/wattexs","last_synced_at":"2026-04-18T02:05:18.107Z","repository":{"id":285470870,"uuid":"958248550","full_name":"KibuuleNoah/Wattexs","owner":"KibuuleNoah","description":"A Whatsapp text status designer with cool backgrounds, font styles, font colors, text alignment and font sizes","archived":false,"fork":false,"pushed_at":"2025-03-31T22:46:45.000Z","size":3273,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-31T23:28:39.685Z","etag":null,"topics":["design","flask","flask-application","fullstack-development","python","whatsapp","whatsapp-web"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/KibuuleNoah.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}},"created_at":"2025-03-31T22:18:36.000Z","updated_at":"2025-03-31T22:57:40.000Z","dependencies_parsed_at":"2025-03-31T23:38:48.992Z","dependency_job_id":null,"html_url":"https://github.com/KibuuleNoah/Wattexs","commit_stats":null,"previous_names":["kibuulenoah/wattexs"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KibuuleNoah%2FWattexs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KibuuleNoah%2FWattexs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KibuuleNoah%2FWattexs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KibuuleNoah%2FWattexs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KibuuleNoah","download_url":"https://codeload.github.com/KibuuleNoah/Wattexs/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246563376,"owners_count":20797446,"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":["design","flask","flask-application","fullstack-development","python","whatsapp","whatsapp-web"],"created_at":"2025-04-01T00:48:59.244Z","updated_at":"2026-04-18T02:05:18.100Z","avatar_url":"https://github.com/KibuuleNoah.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Wattexs\n\nA web application that allows users to create custom whatsapp text status on backgrounds and download them as images.\n\n\u003c!-- ![Screenshot of the application](screenshot.png) --\u003e\n\n## Features\n\n- 🖼️ **Background Options**:\n\n  - Choose from the pre-defined beautiful preset background images\n  - Text Solid color for text color styling\n  - Text overlay for better readability on images\n\n- ✏️ **Text Customization**:\n\n  - Multiple font styles and sizes\n  - Custom text color selection\n  - Four text alignment options (left, center, right, justify)\n  - Multi-line text support\n\n- 💾 **Export Functionality**:\n  - Download your creation as a 1000×640 PNG image\n  - Real-time preview of your design\n\n## How to Use\n\n1. **Enter your text** in the text area\n2. **Customize your text**:\n   - Select font style and size\n   - Choose text color\n   - Set text alignment\n3. **Select a background**:\n   - Choose from the grid of background images\n4. **Toggle text overlay** if you need better readability on busy backgrounds\n5. **Click \"Update Canvas\" or \"Enter key\"** to see your changes\n6. **Download your image** when you're satisfied with the result\n\n## Technical Details\n\n- **Frontend**:\n  - HTML5 Canvas for image generation\n  - Jquery \u0026 Vanilla JavaScript for all functionality\n  - Tailwindcss, daisyUi and custom CSS for styling, layouts and elements\n\n## Setup\n\n### Requirements\n\n- Python 3.8 or higher\n- pip (Python package installer)\n- Virtualenv (recommended)\n\n### 1. Clone the Repository\n\n```bash\ngit clone https://github.com/KibuuleNoah/Wattexs.git\n```\n\n```bash\ncd Wattexs\n```\n\n### 2. Create and Activate a Virtual Environment\n\n```bash\npython -m venv venv\nsource venv/bin/activate  # On Windows use `venv\\Scripts\\activate`\n```\n\n### 3. Install Dependencies\n\n```bash\npip install -r requirements.txt\n```\n\n### 4. Set Up Environment Variables\n\nCreate a `.env` file in the root directory and add your environment variables:\n\n### 6. Run the Application\n\n```bash\npython main.py\n```\n\n## Accessing the Application\n\nOpen your web browser and navigate to `http://127.0.0.1:5000/` to see the application running.\n\n## Customization\n\nTo add your own background images:\n\n1. Replace the URLs in the `backgroundOptions` array in the JavaScript code\n2. Make sure your images are ideally 1000×640 pixels for best results\n\n```javascript\nconst backgroundOptions = [\n  \"path/to/your/image1.jpg\",\n  \"path/to/your/image2.jpg\",\n  // Add more images as needed\n];\n```\n\n## Browser Support\n\nThe application works on all modern browsers including:\n\n- Chrome\n- Firefox\n- Safari\n- Edge\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n\n## Contributing\n\nFeel free to fork the repository and submit pull requests. For major changes, please open an issue first to discuss what you would like to change.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkibuulenoah%2Fwattexs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkibuulenoah%2Fwattexs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkibuulenoah%2Fwattexs/lists"}