GithubHelp home page GithubHelp logo

atharv-attri / hacktoberfest-projects Goto Github PK

View Code? Open in Web Editor NEW
6.0 6.0 26.0 16.04 MB

A collection of issues for Hacktoberfest!

License: MIT License

Java 0.65% HTML 0.50% JavaScript 91.33% CSS 0.23% Python 4.64% C++ 0.56% C 0.48% Jupyter Notebook 1.58% Dart 0.04%
c cpp dart go hacktoberfest hacktoberfest-2020 hacktoberfest2020 haskell java javascript python ruby rust

hacktoberfest-projects's People

Contributors

10smruti avatar aarhank avatar alansyue avatar atharv-attri avatar davidbanda avatar devedant avatar eswarupkumar avatar harsh2220 avatar jainath875 avatar janinirami avatar juhanfreitas avatar junyongxlee avatar krabhisharma avatar kuruvillajacob02 avatar nik-99 avatar ninocosmic avatar pixelatedjelly avatar pranshuj73 avatar raghavarora27 avatar rajvirsingh1313 avatar saif807380 avatar shreyanshchordia avatar shubham-tiwary avatar soulplayer23 avatar tirana51 avatar tumaro avatar usamakashif avatar vyvy-vi avatar whitewolf619 avatar yashqwerty1 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

hacktoberfest-projects's Issues

Project idea: <Browser Tab System> in <C>

C program to make a Web Browser Tab System.

  • Add a Tab
  • Incognito Tab
  • Back
  • Add to Bookmarks
  • Recent Tabs
  • View Bookmarks
  • View History

Basically any basic functioning of a web browser in simple C language.

Note : There won't be any real time searches as the interaction will be on terminal.

Any Browsers like Chrome, Edge, Opera, Firefox

Sample Output:

IMG_20201002_185728.jpg

FYI : Incognito tabs are not viewed in History as in real-time.
Checklist:

  • This has not been made in the language I want to make it in
  • I 100% believe this meets quality standards

Project idea: Sudoku algorithm in Python

PySudoku

A python algorithm that handles sudoku grids. It will generate random sudoku grids if you want to solve it; after finishing, you can just reveal the answer using the resolution function.

Checklist:

  • This has not been made in the language I want to make it in
  • I 100% believe this meets quality standards

Project idea: MazeSolver in Javascript

Describe your project idea here

A program to illustrate the use of A* algorithm to solve randomly generated maze.

What is a usage example of this? (We get somethings are pointless, yet still complex and fun to make, so we won't hold it against you if there is none.)

This gives an intro to A* algorithm, which can be scaled up into hardware application, say a drone that can learn how to navigate a maze...
Moreover, this illustrates the higher efficiency of this as compared to simple backtracking.

Checklist:

  • [] This has not been made in the language I want to make it in
  • I 100% believe this meets quality standards

Project idea: <lucky number generator> in <python>

Describe your project idea here

What is a usage example of this? (We get somethings are pointless, yet still complex and fun to make, so we won't hold it against you if there is none.)

Checklist:

  • This has not been made in the language I want to make it in
  • [✅ ] I 100% believe this meets quality standards

Contribute to this repo!

Read the readme and start contributing! Please make sure you read the quality section carefully! We have high standards on what we merge!

Project idea: <Sports Club Management System> in <Python>

Basically a program for Managing a sports club or other facilties similar to a Sports Club

It has various fucntions such as Auto generation of Member code, calculating Annual fees, checking if payments have been made and much more

Checklist:

  • This has not been made in the language I want to make it in
  • I 100% believe this meets quality standards

Project idea: A music spectrum visualizer in Python

The music visualizer will take audio and process it, plot it on matplotlib then display a GUI with a spectrum visualizer live with the song!

What is a usage example of this? (We get somethings are pointless, yet still complex and fun to make, so we won't hold it against you if there is none.)

I am doing it just for fun and of course for Hacktoberfest!

Checklist:

  • This has not been made in the language I want to make it in
  • I 100% believe this meets quality standards

Project idea: Image to Sketch in Python

Describe your project idea here

Program to turn any image into a pencil sketch using OpenCV of image processing.

Checklist:

  • This has not been made in the language I want to make it in
  • I 100% believe this meets quality standards

Project idea: Translation for portuguese

Describe your project idea here

I want to translate the README file for portuguese, for help Brazilian people.

What is a usage example of this? (We get somethings are pointless, yet still complex and fun to make, so we won't hold it against you if there is none.)

Translation for portuguese

Checklist:

  • This has not been made in the language I want to make it in
  • I 100% believe this meets quality standards

Playfair Cipher in python

Create a python function to encrypt a given string in caesar cipher with left/right shift of N

I would like to work on this

Project idea: BMI Calculator in Python

Describe your project idea here

The user inputs their weight and height, BMI will be calculated and returned as a result.

What is a usage example of this? (We get somethings are pointless, yet still complex and fun to make, so we won't hold it against you if there is none.)

Calculate their BMI

Checklist:

  • [ Yes] This has not been made in the language I want to make it in
  • [ Yes] I 100% believe this meets quality standards

Project idea: <Console based Tic Tac Toe> in <Java>

Idea: Console based Tic-Tac-Toe in Java

What is a usage example of this? (We get somethings are pointless, yet still complex and fun to make, so we won't hold it against you if there is none.)

Checklist:

  • This has not been made in the language I want to make it in
  • I 100% believe this meets quality standards

Project idea: Vigenere Cipher in Python 3

Create the Vigenere Cipher method to encrypt alphabetic text.

Checklist:

  • This has not been made in the language I want to make it in
  • I 100% believe this meets quality standards

Project idea: Multi-threading and Networking in Java

Describe your project idea here

The idea is to demonstrate concepts of multi-threading, operating systems and networking using simple Java Programs.

What is a usage example of this? (We get somethings are pointless, yet still complex and fun to make, so we won't hold it against you if there is none.)

Checklist:

  • Will demonstrate multithreading using bank transaction example.
  • Simulate deadlock and producer-consumer problem.
  • Show interaction between TCP client and multi-threaded TCP server.
  • I 100% believe this meets quality standards

Project idea: Snake Game in Python

Describe your project idea here

Program to play the snake game which we used to play in childhood where the snake moves to eat the apple and once it eats, its length increases.
It will be having background music playing as well as a different sound when the snake dies or eats an apple.
It also shows the score of the user in the bottom.
We can convert it to a binary executable file.

What is a usage example of this? (We get somethings are pointless, yet still complex and fun to make, so we won't hold it against you if there is none.)

  • This is a fun game, but by designing this, one will learn a lot

Checklist:

  • This has not been made in the language I want to make it in
  • I 100% believe this meets quality standards

Project idea: Christmas Tree in Python

Describe your project idea here

A simple script which randomly generates an ascii Christmas tree.

What is a usage example of this? (We get somethings are pointless, yet still complex and fun to make, so we won't hold it against you if there is none.)

Mostly a fun thing that I had done some time ago. Not particularly useful but may be fun. I myself plan to use it in a quick site when the holidays start :)

Checklist:

  • [*] This has not been made in the language I want to make it in
  • [*] I 100% believe this meets quality standards

Project idea: Beam deflection calculator in Python

Describe your project idea here

The calculator will be able to calculate and plot the deflection of a beam using Euler–Bernoulli beam theory.

For starters, I plan to focus on just calculating/plotting the deflection of a single fixed end beam with a single point load. Other beam support and loading configurations shall be considered for future work.

What is a usage example of this? (We get somethings are pointless, yet still complex and fun to make, so we won't hold it against you if there is none.)

Structural/mechanical engineers or students might find this useful. Also doing this just for fun (and of course Hacktoberfest)!

Checklist:

  • ✅ This has not been made in the language I want to make it in
  • ✅ I 100% believe this meets quality standards

Project idea: <Captain-America -Logo> in <Python-using-turtle-module>

Describe your project idea here

What is a usage example of this? (We get somethings are pointless, yet still complex and fun to make, so we won't hold it against you if there is none.)

Checklist:

  • This has not been made in the language I want to make it in

  • I 100% believe this meets quality standards

Project idea: tic tac toe ai in python

Describe your project idea here

A tic-tac-toe game where one player is human and the other is a computer which uses a min-max algorithm

What is a usage example of this? (We get somethings are pointless, yet still complex and fun to make, so we won't hold it against you if there is none.)

This is a fun game, but by designing this, one will learn a lot about the min-max algorithm used in games
Checklist:

  • [ yes] This has not been made in the language I want to make it in
  • [yes ] I 100% believe this meets quality standards

Project idea: Image to ASCII art converter in Python

Describe your project idea here

The python script will have a function that will take the path to image as parameter, and convert it to ascii art which can then be copy pasted!

What is a usage example of this? (We get somethings are pointless, yet still complex and fun to make, so we won't hold it against you if there is none.)

It has no particular use except, it can create really cool looking ascii art
Here's a sample.

Checklist:

  • This has not been made in the language I want to make it in
  • I 100% believe this meets quality standards

Project idea: Dictionary in python

a simple dictionary that can be accessed through the terminal

###lists the words of a language and gives their meaning also providing information about pronunciation, origin, and usage. and also show suggestions

Checklist:

  • [y ] This has not been made in the language I want to make it in
  • [y ] I 100% believe this meets quality standards

Project idea: <Browser Tab System> in <C>

C program to make a Web Browser Tab System.

  • Add a Tab
  • Incognito Tab
  • Back
  • Add to Bookmarks
  • Recent Tabs
  • View Bookmarks
  • View History

Basically any basic functioning of a web browser in simple C language.

Note : There won't be any real time searches as the interaction will be on terminal.

Any Browsers like Chrome, Edge, Opera, Firefox

**Sample Output **:

IMG_20201002_185728.jpg

Checklist:
-[ ] This has not been made in the language I want to make it in

  • I 100% believe this meets quality standards

Project idea: Parse File in Python

Describe your project idea here

Parse a file and return the list of entries only when the line starts with a number!
input: file name or path
output: list of entries that contains numbers

What is a usage example of this? (We get somethings are pointless, yet still complex and fun to make, so we won't hold it against you if there is none.)

  • Read any file
  • Good for beginners to understand
  • Error handling
  • saves time when there is jargon in a file and all you need is entries which are numbers
  • you can further add those values using a calculator built in python 👍

Checklist:

  • This has not been made in the language I want to make it in
  • I 100% believe this meets quality standards

File Organizer with GUI in Python

File Organizer
This application is used to organize the files in a certain directory

A GUI application that allows you to select a folder and organize files in it by providing a folder name with file extensions that need to copied to that folder.

Made with Python and Tkinter.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.