This repository contains a collection of simple programs written in Python π. Each program is designed to demonstrate fundamental and intermediate Python concepts in a clear and practical way. π» It is ideal for beginners and intermediate students who want to strengthen their understanding of Python through hands-on examples.
- Description π
- Included Programs π¦
- Installation π οΈ
- Usage βοΈ
- Technologies π§ͺ
- License π
- Author π©βπ»
This repository is a compilation of small but meaningful Python projects.
Each script focuses on a specific concept such as algorithms, GUI development, data visualization, logic building, and basic artificial intelligence tools.
The purpose of this project is to provide practical examples that help learners understand how Python works in real-world scenarios.
βοΈ Hangman Game β Word guessing game with multiple categories
βοΈ Leap Year Checker β Algorithm to determine if a year is leap
βοΈ Text Cipher GUI β Encrypts and decrypts text using Tkinter
βοΈ Grade Classifier β Classifies academic grades
βοΈ Digital Clock GUI β Real-time clock interface
βοΈ ASCII Encoder/Decoder β Converts text to ASCII and back
βοΈ Morse Code Translator β Converts text into Morse code
βοΈ Star of David Plot β Geometric visualization with Matplotlib
βοΈ Cat Face Plot β Creative plot built with Matplotlib
βοΈ Secure Password Generator β Generates strong random passwords using Faker
βοΈ Pie Chart Generator β Creates pie charts from user input
βοΈ Big O Plot β Graphical representation of Big O notation
βοΈ Prime Checker β Determines if a number is prime
βοΈ Music Player β Simple local music player
βοΈ Average Grades Calculator β Computes academic averages
βοΈ Geometric Points Plot β Plots geometric coordinate points
βοΈ Selection Sort Algorithm β Sorting algorithm implementation
βοΈ Alarm Timer β Simple alarm/timer using Tkinter
1οΈβ£ Clone the repository:
git clone https://github.com/Bredalis/Programs.git2οΈβ£ Navigate into the project directory:
cd ProgramsTo run a program:
1οΈβ£ Navigate to the program location:
cd path_to_program2οΈβ£ Run the Python file:
python program_name.py- Python π
- Tkinter (GUI Development)
- Matplotlib (Data Visualization)
- Faker (Data Generation)
- HTML, CSS & JavaScript (Web-related experiments)
- Algorithms & Logic
This project is licensed under the π GPLv3 (GNU General Public License V3.0)
π I am a programmer passionate about technology, artificial intelligence, and continuous learning. I love creating projects that help others understand complex concepts in a simple way. #python #ai #exceptions π
β¨ If you like this project, donβt forget to give it a star!
