This project repository contains a diverse collection of Python scripts designed to help with various everyday tasks and programming challenges. From automation tools like Instagramautomater.py
and emailautomation.py
, to practical applications such as budgeter.py
and calorie.py
, this repo offers a range of utilities for personal productivity and convenience. There are also fun and educational scripts like 2048.py
and cli_hangman.py
, as well as tools for managing finances, health, and data. Whether you're looking to automate routine tasks, managing your schedule, or just experiment around with Python, this repository provides plenty of options to explore and use.
Download the .zip file from the releases tab then;
Install the requirements.txt file using:
pip install -r requirements.txt
This will install all the required libraries you need to execute any program in the folder.
Run any program of your choice using:
python (programname).py
Make sure you have read the installation part of this README first!!
- 2048.py - The popular 2048 puzzle game made with python!
- notepad.py - A simple text editor with file handling capabilities that replicates the WIN10 notepad.
- emailautomation.py - Automates sending and managing of emails.
- budgeter.py - Helps with budgeting and managing personal finances.
- fitness.py - Assists with tracking fitness routines and progress.
- calendar.py - Manages and displays calendar events.
- todo.py - A simple to-do list manager to keep track of tasks.
- weathertracker.py - Monitors and provides weather updates.
- stock_automation.py - Automates stock market tracking .
- chat.py - A basic terminal based chat application for messaging locally.
3 demos of randomly picked projects from the folder:
For support, DM @Briyan Dyju on Hackclub Slack or email to '[email protected]'
MIT License
Copyright (c) [2024] [Briyan G. Dyju]
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.```