Skip to content

samarthjain2002/Projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 

Repository files navigation

Projects Repository

This repository contains various projects categorized into different domains, including CLI applications, Django projects, MySQL-related work, and Python packages.

Directory Structure

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

Project Descriptions

CLI Apps

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.

Django Projects

Projects built using Django and Django REST Framework.

API-Projects

Web Apps

  • 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.

MySQL

  • Folder reserved for MySQL-related projects and scripts.

Packages

  • heap_package - A Python package implementing MinHeap and MaxHeap structures.

How to Use

  1. Clone the repository:
    git clone https://github.com/yourusername/Projects.git
  2. Navigate into a project directory and follow its README for setup instructions.

Contributions

Feel free to contribute to any of the projects by submitting pull requests or issues.

License

This repository is open-source and available under the MIT License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published