This repository contains various projects categorized into different domains, including CLI applications, Django projects, MySQL-related work, and Python packages.
Projects/
├── Python Projects/
│ ├── CLI Apps/
│ │ ├── Budget Tracker/
│ │ ├── File Organizer/
│ │ ├── Number Guessing Game/
│ │ ├── Password Generator/
│ │ ├── QRCode Generator/
│ │ ├── To-Do List Manager/
│ │ ├── Unit Converter/
│ │ ├── Web Scraping Program/
│ ├── Django/
│ │ ├── API-Projects
│ │ │ ├── Blogging Platform API
│ │ │ ├── Todo List API
│ │ │ ├── Expense Tracker API
│ │ ├── Blog App/
│ │ ├── Chat App/
│ │ ├── Django REST Framework/
│ │ ├── Online Marketplace using Python and Django/
│ │ ├── Python Backend Web Development Course (with Django)/
│ │ ├── Weather Detector/
│ ├── MySQL/
│ ├── Packages/
│ │ ├── heap_package/
│ │ │ ├── heap_package/
│ │ │ │ ├── maxheap.py
│ │ │ │ ├── minheap.py
│ │ │ │ ├── __init__.py
│ │ │ ├── tests/
│ │ │ ├── script.py
A collection of command-line applications built using Python.
- Budget Tracker - A CLI app for tracking expenses and income. Project URL: https://roadmap.sh/projects/expense-tracker
- File Organizer - Organizes files into directories based on extensions.
- Number Guessing Game - A simple game where users guess a randomly generated number. Project URL: https://roadmap.sh/projects/number-guessing-game
- Password Generator - Generates strong passwords based on user preferences.
- QRCode Generator - Generates QR codes for given input data.
- To-Do List Manager - Manages a simple to-do list via the command line.
- Unit Converter - Converts between different units of measurement.
- Web Scraping Program - A script to scrape web data.
Projects built using Django and Django REST Framework.
- Blogging Platform API - A RESTful API for a personal blogging platform. Project URL: https://roadmap.sh/projects/blogging-platform-api
- Todo List API - A RESTful API to allow users to manage their to-do list. Project URL: https://roadmap.sh/projects/todo-list-api
- Expense Tracker API - A RESTful API for managing personal expenses. Project URL: https://roadmap.sh/projects/expense-tracker-api
- Blog App - A simple blog application with CRUD functionality.
- Chat App - A real-time chat application.
- Django REST Framework - Experiments and APIs built with Django REST Framework.
- Online Marketplace using Python and Django - A marketplace platform.
- Python Backend Web Development Course (with Django) - A learning-based project.
- Weather Detector - A web app that fetches weather data.
- Folder reserved for MySQL-related projects and scripts.
- heap_package - A Python package implementing MinHeap and MaxHeap structures.
- Clone the repository:
git clone https://github.com/yourusername/Projects.git
- Navigate into a project directory and follow its README for setup instructions.
Feel free to contribute to any of the projects by submitting pull requests or issues.
This repository is open-source and available under the MIT License.