Pinned Repositories
AppFlowy
AppFlowy is an open-source alternative to Notion. You are in charge of your data and customizations. Built with Flutter and Rust.
cms
daily-code
fonts
Patched fonts for Powerline users.
Hangman
A command line game built using python, in which a word is selected at random and the user tries to guess the word by guessing characters.
shorebird
Home of the Shorebird Tools 🐦
TCP_Chat_Room
A TCP Command Line Chat Room Application build in python, in which various users can connect to a room, choose their unique nicknames and chat via text messages.
Tell-The-Spell
It's a command line game. In this game the system says a word and the user has to write the spelling of that word. Some points will be given to the user if he writes the correct spelling, else some points are deducted.
TicTacToe
Tic-Tac-Toe Game. Modes : Human vs Human and Human vs Computer. 2 level of difficulties option available when playing against a computer (Easy and Hard).
TicTacToe-Java
Tic-Tac-Toe game built using java (Command line Version).
07Abhinavkapoor's Repositories
07Abhinavkapoor/AppFlowy
AppFlowy is an open-source alternative to Notion. You are in charge of your data and customizations. Built with Flutter and Rust.
07Abhinavkapoor/cms
07Abhinavkapoor/daily-code
07Abhinavkapoor/fonts
Patched fonts for Powerline users.
07Abhinavkapoor/Hangman
A command line game built using python, in which a word is selected at random and the user tries to guess the word by guessing characters.
07Abhinavkapoor/shorebird
Home of the Shorebird Tools 🐦
07Abhinavkapoor/TCP_Chat_Room
A TCP Command Line Chat Room Application build in python, in which various users can connect to a room, choose their unique nicknames and chat via text messages.
07Abhinavkapoor/Tell-The-Spell
It's a command line game. In this game the system says a word and the user has to write the spelling of that word. Some points will be given to the user if he writes the correct spelling, else some points are deducted.
07Abhinavkapoor/TicTacToe
Tic-Tac-Toe Game. Modes : Human vs Human and Human vs Computer. 2 level of difficulties option available when playing against a computer (Easy and Hard).
07Abhinavkapoor/TicTacToe-Java
Tic-Tac-Toe game built using java (Command line Version).
07Abhinavkapoor/Twitter-Bot
A Twitter Bot built in python using tweepy module, which likes every mention tweet and if the mention tweet contains a particular phrase then reply to that tweet with a fixed response else retweet that particular tweet.
07Abhinavkapoor/Virtual-Assistant
A virtual assistant using python, capable of performing tasks like searching web, opening and closing applications, changing system volume, and some other basic operations.
07Abhinavkapoor/widgetbook
Widgetbook is the custom widget library and collaboration platform for Flutter frontend teams.
07Abhinavkapoor/Word-Guessing-Game-in-Python
Its a command line game in which the user will give his responce verbally. In this game the user will be given 10 words and out of those words one word will be selected at random by the system. The user has to guess the word selected by the user. By default the number of guesses which a user can make is set to 3.