Nisha Bano

Nisha Bano
Birth nameNishat Bano
OriginMansa, Punjab, India
Occupation(s)Singer, Actress

Nisha Bano is a Punjabi film actor and singer.[1]

Early career

She was born in Mansa, Punjab. She completed her schooling at Yogesh Memorial public school in Mansa, Punjab. She was very active in art & cultural activities during her school days. She has completed her graduation from SD College, Mansa. She has won many prizes in giddha during college youth festivals. She was first appeared in Punjabi television series with Bhagwant Mann. Meanwhile, Bano worked along with Binu Dhillon and Karamjit Anmol on various stages all around the world.[2][3]

Career

Acting career

Nisha Bano started her acting through a TV Show named "Hasde Hasande Ravo" telecasted on Channel MH1. Later, She began her film journey from movie "Jatt and Juliet". She has played roles in Punjabi movies like "Jatt Airways", "Bhaji in Problem", "Jatt Boys – Putt Jattan De", "Angrej", "Fer Mamla Gadbad Gadbad", "Bazz", "Teshan", "Nikka Zaildar", "Manje Bistre" and many more.

Singing career

Apart from acting, Nisha Bano is famous for duet singing with Karamjit Anmol. She sung various Punjabi songs as Playback Singer for Punjabi Movies, such as "Morni", "Mai Chadta", "Mere Wala Jatt".

gollark: allegedly.
gollark: Yes, wojbie, that's actual live code (with some bits removed to make it fit), not an example.
gollark: No evil "class" stuff needed.
gollark: This is an API I run to do some random things.
gollark: ```python#!/usr/bin/env python3from flask import Flask, jsonifyfrom wsgiref.simple_server import make_serverimport subprocessimport randomfrom mpd import MPDClientimport threadingimport timempd_client = MPDClient()mpd_client.connect("localhost", 6600)print("connected, mpd is", mpd_client.mpd_version)app = Flask(__name__)@app.route("/")def index(): return "Hello, World!"@app.route("/fortune/")def fortune(): return subprocess.run(["fortune"], stdout=subprocess.PIPE).stdoutcurrent_song = Nonedef mpd_loop(): print("mpd query loop started") while True: global current_song current_song = mpd_client.currentsong() current_song["status"] = mpd_client.status() time.sleep(0.2)threading.Thread(target=mpd_loop).start()@app.route("/current-song")def get_current_song(): return jsonify(current_song)with make_server('', 1337, app) as httpd: print("Serving HTTP...") httpd.serve_forever()```

References

This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.