Giter VIP home page Giter VIP logo

cledex's Introduction

cledex

A simple Linux command line pokédex written in C.

sample

Thanks to Veekun for the great database: https://github.com/veekun/pokedex.

"This is all the intellectual property of Nintendo, Creatures, inc., and GAME FREAK, inc. and is protected by various copyrights and trademarks. The author believes that the use of this intellectual property for a fan reference is covered by fair use and that the software is significantly impaired without said property included. Any use of this copyrighted property is at your own legal risk."

Installation

Pretty classic:

  • cd src
  • make
  • make install (be root)

To uninstall:

  • make uninstall (be root)

Usage

cledex [-l language] "pokemon name"

(note: currently only japanese, french, german, spanish, italian and english languages are fully supported)

eg.

cledex alakazam  
cledex "lucario mega"  
cledex -l de glurak  

Partial search is supported, so you can use "%" to find partial matches

eg.

cledex charm%  

finds Charmander and Charmeleon

cledex %eon

finds Charmeleon, Vaporeon, Jolteon, Flareon, ...

Output

A list of pokémon with following format

--------------------

	[ID]	Name		Type 1 / Type 2
	
			Ability 1     
			Ability 2
			Ability 3
	
			PS: value
			Atk: value
			Def: value
			SpAtk: value
			SpDef: value
			Speed: value
	
			Egg Group 1	(Female % rate, Male % rate)
			Egg Group 2

--------------------

cledex's People

Contributors

pyr0x1 avatar

Watchers

 avatar  avatar

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.