Skip to content

The Shed is a learning project, building apps/tools to master the kivy framework

Notifications You must be signed in to change notification settings

Fash-Mayor/The-Shed-Project

Repository files navigation

The Shed Project

TheShedProject.png

Github last commit
Maintenance

Overview

Hi, welcome to The Shed Project! This repository contains various tools and applications built using the Kivy framework. As a learning project, it serves as a digital workshop where different utilities are built to explore and master Kivy's capabilities. Each tool aims to solve a task.

Table of Content

Tools/Apps

Audio Recorder

Description:
A simple application to record audio using the device's microphone and save it to a file. Using pyaudio and wave modules to record the audio and save it to a file in the WAV format.

Output:

app view

Mp4 to Mp3 (Audio Extractor)

Description
An application that extracts the audio from any selected video in .mp4 or .mkv format using the moviepy module and saves it in a .mp3 format in the same directory as the selected video.

Output

app view

Music Player

Description
A music player app put together using various kivy modules including soundloader, progressbar, slider and other python modules like the os, time, and random.

Output

app view

PDF to Audio

Description
This tool converts PDF's into .mp3 audio files with the use of PyPDF3, pyttsx3, and pdfplumber modules.

Output

app view

Password Generator

Description
This app generates a random password of any length between 7 and 95. It uses the string and random modules to merge and shuffle ascii characters then generates a sample of any length inputed by the user.

Output

app view

Sentence Locator

Description
This app helps to locate words or sentences in any uploaded file of .docx and .pdf format. Using the PyPDF2 module for extracting texts from .pdf files and the docx module for extracting texts from .docx files. The app will display the number of times the word or sentence appears and what line(s) they can be found.

Output

app view

Project 7

Description
This project is about creating a tool for devices. The tool will be used to perform a specific task

Code python

Output

alt text

Project 8

Description
This project is about creating a tool for devices. The tool will be used to perform a specific task

Code python

Output

alt text

Project 9

Description
This project is about creating a tool for devices. The tool will be used to perform a specific task

Code python

Output

alt text

Project 10

Description
This project is about creating a tool for devices. The tool will be used to perform a specific task

Code python

Output

alt text

About

The Shed is a learning project, building apps/tools to master the kivy framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published